[issue28523] Idlelib.configdialog: use 'color' insteadof 'colour'

Serhiy Storchaka report at bugs.python.org
Tue Oct 25 02:21:01 EDT 2016


Serhiy Storchaka added the comment:

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/

----------
nosy: +serhiy.storchaka

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28523>
_______________________________________


More information about the Python-bugs-list mailing list