[Python-Dev] Revised PEP 349: Allow str() to return unicode strings
Fredrik Lundh
fredrik at pythonware.com
Tue Aug 23 16:58:53 CEST 2005
Neil Schemenauer wrote:
> The PEP has been rewritten based on a suggestion by Guido to change
> str() rather than adding a new built-in function. Based on my testing, I
> believe the idea is feasible.
note that this breaks chapter 3 of the tutorial:
http://docs.python.org/tut/node5.html#SECTION005130000000000000000
where str() is first introduced.
</F>
More information about the Python-Dev
mailing list