This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author lemburg
Recipients christian.heimes, eric.smith, lemburg, nnorwitz
Date 2008-03-25.11:32:55
SpamBayes Score 0.23363361
Marked as misclassified No
Message-id <1206444776.78.0.100288287853.issue2477@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-03-25 11:32:57lemburgsetspambayes_score: 0.233634 -> 0.23363361
recipients: + lemburg, nnorwitz, eric.smith, christian.heimes
2008-03-25 11:32:56lemburgsetspambayes_score: 0.233634 -> 0.233634
messageid: <1206444776.78.0.100288287853.issue2477@psf.upfronthosting.co.za>
2008-03-25 11:32:55lemburglinkissue2477 messages
2008-03-25 11:32:55lemburgcreate