diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2011-10-23 21:50:21 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2011-10-23 21:50:21 (GMT) |
commit | 5a705e72db2d1a0f232115fb65eea55af57b4883 (patch) | |
tree | f5e275d3343c43e1a4147fe891520d8182d5311a | |
parent | 24d659daafd0e6c1514ee912f06f7b7310545e09 (diff) | |
parent | 2d99dac479fe89a2cbc616cc9c99b5d37c105d24 (diff) | |
download | cpython-5a705e72db2d1a0f232115fb65eea55af57b4883.zip cpython-5a705e72db2d1a0f232115fb65eea55af57b4883.tar.gz cpython-5a705e72db2d1a0f232115fb65eea55af57b4883.tar.bz2 |
Merge
-rw-r--r-- | Doc/whatsnew/3.3.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst index 8ee5071..78fae2f 100644 --- a/Doc/whatsnew/3.3.rst +++ b/Doc/whatsnew/3.3.rst @@ -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`) |