mirror of
https://github.com/python/cpython.git
synced 2025-11-02 19:12:55 +00:00
Merge
This commit is contained in:
commit
5a705e72db
1 changed files with 1 additions and 1 deletions
|
|
@ -180,7 +180,7 @@ Some smaller changes made to the core Python language are:
|
|||
* Stub
|
||||
|
||||
Added support for Unicode name aliases and named sequences.
|
||||
Both :func:`unicodedata.lookup()` and ``\N{...}`` now resolve name aliases,
|
||||
Both :func:`unicodedata.lookup()` and ``'\N{...}'`` now resolve name aliases,
|
||||
and :func:`unicodedata.lookup()` resolves named sequences too.
|
||||
|
||||
(Contributed by Ezio Melotti in :issue:`12753`)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue