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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, benjamin.peterson, georg.brandl, lemburg
Date 2009-06-03.21:26:11
SpamBayes Score 0.0033842567
Marked as misclassified No
Message-id <1244064373.11.0.184137996601.issue2713@psf.upfronthosting.co.za>
In-reply-to
Content
Why was this patch rejected?
with python2.6,
     len(ur'\u1234') == 1
with python3.0,
     len( r'\u1234') == 6

This is worth a warning IMO.
See also issue2570.
History
Date User Action Args
2009-06-03 21:26:13amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, lemburg, georg.brandl, benjamin.peterson
2009-06-03 21:26:13amaury.forgeotdarcsetmessageid: <1244064373.11.0.184137996601.issue2713@psf.upfronthosting.co.za>
2009-06-03 21:26:11amaury.forgeotdarclinkissue2713 messages
2009-06-03 21:26:11amaury.forgeotdarccreate