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 azverkan
Recipients azverkan, collinwinter
Date 2008-04-20.01:38:08
SpamBayes Score 0.0023618957
Marked as misclassified No
Message-id <1208655490.1.0.228965994055.issue2660@psf.upfronthosting.co.za>
In-reply-to
Content
Someone on the #python IRC channel suggested that the default for python
3.0 for unicode string literals is reversed from python 2.5.

If you remove the unicode string literal (u'') from the front of the
string, it runs fine under python 3.0 and fails under 2.5 and 2.6 instead.
History
Date User Action Args
2008-04-20 01:38:10azverkansetspambayes_score: 0.0023619 -> 0.0023618957
recipients: + azverkan, collinwinter
2008-04-20 01:38:10azverkansetspambayes_score: 0.0023619 -> 0.0023619
messageid: <1208655490.1.0.228965994055.issue2660@psf.upfronthosting.co.za>
2008-04-20 01:38:09azverkanlinkissue2660 messages
2008-04-20 01:38:08azverkancreate