Amaury Forgeot d'Arc <amaur...@gmail.com> added the comment:

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.

----------
nosy: +amaury.forgeotdarc

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue2713>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to