Message 279358 - Python tracker
Message279358
| Author | serhiy.storchaka |
|---|---|
| Recipients | serhiy.storchaka, terry.reedy |
| Date | 2016-10-25.06:21:00 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1477376461.07.0.020078543878.issue28523@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Offtopic. I would suggest you to install GNU sed. From GnuWin [1] or as a part of Cygwin distribution [2]. 4-line Python script can be replaced with one simple command:
sed -i -re "s/([Cc])olour/\1olor/g" configdialog.py
[1] http://gnuwin32.sourceforge.net/packages/sed.htm
[2] http://cygwin.com/ |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-10-25 06:21:01 | serhiy.storchaka | set | recipients: + serhiy.storchaka, terry.reedy |
| 2016-10-25 06:21:01 | serhiy.storchaka | set | messageid: <1477376461.07.0.020078543878.issue28523@psf.upfronthosting.co.za> |
| 2016-10-25 06:21:01 | serhiy.storchaka | link | issue28523 messages |
| 2016-10-25 06:21:00 | serhiy.storchaka | create | |