From: Antoine Pitrou Date: Thu, 17 Nov 2011 00:48:06 +0000 (+0100) Subject: Be a bit less shy X-Git-Tag: v3.3.0a1~821 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d136aecd1f5281142f9d29c988838c23426281b6;p=thirdparty%2FPython%2Fcpython.git Be a bit less shy --- diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst index 0351671f63b3..6a31fa3ad747 100644 --- a/Doc/whatsnew/3.3.rst +++ b/Doc/whatsnew/3.3.rst @@ -102,7 +102,7 @@ Changes introduced by :pep:`393` are the following: * indexing or slicing non-BMP characters returns the expected value, so ``'\U0010FFFF'[0]`` now returns ``'\U0010FFFF'`` and not ``'\uDBFF'``; - * several other functions in the standard library now handle correctly + * all other functions in the standard library now correctly handle non-BMP codepoints. * The value of :data:`sys.maxunicode` is now always ``1114111`` (``0x10FFFF``