[issue1266570] PEP 349: allow str() to return unicode

STINNER Victor report at bugs.python.org
Mon May 4 01:48:29 CEST 2009


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

PEP 349 was rejected because it breaks backward compatibility, eg. it 
breaks the assomption that str(u"x") converts unicode to byte string.

Python3 is the only good fix for all byte/character Python2 issues.

----------
resolution: out of date -> rejected
status: open -> closed

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


More information about the Python-bugs-list mailing list