]> granicus.if.org Git - python/commitdiff
Be a bit less shy
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 17 Nov 2011 00:48:06 +0000 (01:48 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 17 Nov 2011 00:48:06 +0000 (01:48 +0100)
Doc/whatsnew/3.3.rst

index 0351671f63b3fe99fe0118569d6b8916e934f7fb..6a31fa3ad747cef2d7e0b35c87c2e2111c60512f 100644 (file)
@@ -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``