mirror of
https://github.com/python/cpython.git
synced 2025-10-17 12:18:23 +00:00
Be a bit less shy
This commit is contained in:
parent
74168975cc
commit
d136aecd1f
1 changed files with 1 additions and 1 deletions
|
@ -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``
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue