Terry J. Reedy added the comment:

I wonder if we should consider extracting the body of
        if isinstance(source, types.UnicodeType):
as a function, call it ufix_latin1; add one or more alterntives, ufix_utf8, 
ufix_locale, ufix_irdb(?); keep ufix_latin1 as default; but switch to an 
alternative according to an Idle command line switch (or environmental 
variable?)?

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue15809>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to