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 terry.reedy
Recipients berker.peksag, ezio.melotti, michael.foord, pitrou, terry.reedy
Date 2013-03-09.03:21:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1362799311.02.0.534642793842.issue17365@psf.upfronthosting.co.za>
In-reply-to
Content
In 3.3+ the u prefix is ignored in the lexer stage and I am sure that is tested in the string literal syntax tests. It has nothing to do with printing. The commented out tests you appropriately removed were testing the printing of unicode instead of byte strings.
History
Date User Action Args
2013-03-09 03:21:51terry.reedysetrecipients: + terry.reedy, pitrou, ezio.melotti, michael.foord, berker.peksag
2013-03-09 03:21:51terry.reedysetmessageid: <1362799311.02.0.534642793842.issue17365@psf.upfronthosting.co.za>
2013-03-09 03:21:50terry.reedylinkissue17365 messages
2013-03-09 03:21:50terry.reedycreate