[issue2477] parser support for future import of unicode_strings

Marc-Andre Lemburg report at bugs.python.org
Tue Mar 25 12:32:56 CET 2008


Marc-Andre Lemburg <mal at egenix.com> added the comment:

The flag should be named "unicode_literals" since that what changes.
Unicode strings are already available in Python 2.x :-)

BTW: I'm not convinced that these future imports are all that useful -
the ratio between usefulness and added complexity leans a lot towards
the latter.

----------
nosy: +lemburg

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2477>
__________________________________


More information about the Python-bugs-list mailing list