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 pitrou
Recipients barry, benjamin.peterson, gvanrossum, ncoghlan, pitrou
Date 2012-01-09.19:14:09
SpamBayes Score 0.002054017
Marked as misclassified No
Message-id <1326136450.88.0.500129181902.issue13748@psf.upfronthosting.co.za>
In-reply-to
Content
As mentioned in issue13744, it is not easy to remember that br"" is an allowed bytes literal but not rb"". Here is a patch to allow both forms.
History
Date User Action Args
2012-01-09 19:14:10pitrousetrecipients: + pitrou, gvanrossum, barry, ncoghlan, benjamin.peterson
2012-01-09 19:14:10pitrousetmessageid: <1326136450.88.0.500129181902.issue13748@psf.upfronthosting.co.za>
2012-01-09 19:14:10pitroulinkissue13748 messages
2012-01-09 19:14:10pitroucreate