This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:01serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy
2016-10-25 06:21:01serhiy.storchakasetmessageid: <1477376461.07.0.020078543878.issue28523@psf.upfronthosting.co.za>
2016-10-25 06:21:01serhiy.storchakalinkissue28523 messages
2016-10-25 06:21:00serhiy.storchakacreate