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 serhiy.storchaka
Recipients serhiy.storchaka
Date 2013-11-19.18:09:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1384884587.46.0.636196916046.issue19656@psf.upfronthosting.co.za>
In-reply-to
Content
PEP 3112 had added bytes literals in 2.6. But bytes literals in 2.x are just synonyms to 8-bit string literals and allow non-ascii characters, while bytes literals in 3.x allows only ascii characters. For better forward compatibility with 3.x the proposed patch adds Py3k syntax warning for non-ascii bytes literals in 2.7.
History
Date User Action Args
2013-11-19 18:09:47serhiy.storchakasetrecipients: + serhiy.storchaka
2013-11-19 18:09:47serhiy.storchakasetmessageid: <1384884587.46.0.636196916046.issue19656@psf.upfronthosting.co.za>
2013-11-19 18:09:47serhiy.storchakalinkissue19656 messages
2013-11-19 18:09:47serhiy.storchakacreate