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 benjamin.peterson, eli.bendersky, jab, serhiy.storchaka
Date 2015-04-10.18:23:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428690226.61.0.412618243275.issue23894@psf.upfronthosting.co.za>
In-reply-to
Content
Should it?

>>> rb'abc'
  File "<stdin>", line 1
    rb'abc'
          ^
SyntaxError: invalid syntax

According to https://docs.python.org/2/reference/lexical_analysis.html#string-literals "rb" is not valid string prefix.
History
Date User Action Args
2015-04-10 18:23:46serhiy.storchakasetrecipients: + serhiy.storchaka, benjamin.peterson, eli.bendersky, jab
2015-04-10 18:23:46serhiy.storchakasetmessageid: <1428690226.61.0.412618243275.issue23894@psf.upfronthosting.co.za>
2015-04-10 18:23:46serhiy.storchakalinkissue23894 messages
2015-04-10 18:23:46serhiy.storchakacreate