Atsuo Ishimoto wrote:
I've written a PEP for new string representation in Python 3000.

+1 from me - with this PEP in place getting the old repr() behaviour back is fairly straightforward (as shown in the PEP), but it's hard to get the unicode-friendly repr() behaviour any other way (because the current repr() loses too much information, as demonstrated fairly thoroughly in the python-dev thread that inspired the PEP).

Cheers,
Nick.

--
Nick Coghlan   |   [EMAIL PROTECTED]   |   Brisbane, Australia
---------------------------------------------------------------
            http://www.boredomandlaziness.org
_______________________________________________
Python-3000 mailing list
Python-3000@python.org
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to