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 christian.heimes
Recipients Arfrever, aronacher, christian.heimes, ezio.melotti, flox, georg.brandl, ncoghlan, serhiy.storchaka, vinay.sajip
Date 2012-06-19.21:43:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340142223.75.0.138853073791.issue15096@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-06-19 21:43:44christian.heimessetrecipients: + christian.heimes, georg.brandl, vinay.sajip, ncoghlan, aronacher, ezio.melotti, Arfrever, flox, serhiy.storchaka
2012-06-19 21:43:43christian.heimessetmessageid: <1340142223.75.0.138853073791.issue15096@psf.upfronthosting.co.za>
2012-06-19 21:43:43christian.heimeslinkissue15096 messages
2012-06-19 21:43:42christian.heimescreate