[issue15096] Drop support for the "ur" string prefix

Christian Heimes report at bugs.python.org
Tue Jun 19 23:43:43 CEST 2012


Christian Heimes <lists at cheimes.de> added the comment:

New patch:

* corrected comment in Parser/tokenizer.c

* added test for ub"" and bu"" raising SyntaxError

* removed handling of ur"" from tokenize module

Serhiy, could you please review my changed to the tokenize module? I think I found all relevant places but I'm not absolutely sure.

----------
keywords: +needs review
stage: needs patch -> patch review
Added file: http://bugs.python.org/file26056/issue15096-2.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15096>
_______________________________________


More information about the Python-bugs-list mailing list