Raymond Hettinger <rhettin...@users.sourceforge.net> added the comment:

A possible answer to "why is this encoding at all" was probably to make it 
easier to transition code from python 2.x where strings were usually ascii and 
it would make no difference in output if encoded in utf-8.  The 2-to-3 fixer 
was good at handling name changes but not bytes/text issues.  That is just a 
guess at what the developer may have been thinking.

----------

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

Reply via email to