[docs] [issue18572] Remove redundant note about surrogates in string escape doc

R. David Murray report at bugs.python.org
Mon Jul 29 14:27:06 CEST 2013


R. David Murray added the comment:

Python 3.2.3 (default, Jun 15 2013, 14:13:52) 
[GCC 4.7.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> '\uD80C\uDC80'
'\ud80c\udc80'
>>> '\uD80C\uDC80' == '\U00013080'
False

----------
nosy: +r.david.murray

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


More information about the docs mailing list