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 pooryorick
Recipients pooryorick
Date 2009-03-08.20:11:30
SpamBayes Score 0.00026062835
Marked as misclassified No
Message-id <1236543092.99.0.796172268474.issue5447@psf.upfronthosting.co.za>
In-reply-to
Content
from __future__ import unicode_literals
print(r'\u.bug')

SyntaxError: (unicode error) truncated \uXXXX
History
Date User Action Args
2009-03-08 20:11:33pooryoricksetrecipients: + pooryorick
2009-03-08 20:11:32pooryoricksetmessageid: <1236543092.99.0.796172268474.issue5447@psf.upfronthosting.co.za>
2009-03-08 20:11:31pooryoricklinkissue5447 messages
2009-03-08 20:11:31pooryorickcreate