commit | 5a705e72db2d1a0f232115fb65eea55af57b4883 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sun Oct 23 23:50:21 2011 +0200 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sun Oct 23 23:50:21 2011 +0200 |
tree | f5e275d3343c43e1a4147fe891520d8182d5311a | |
parent | 24d659daafd0e6c1514ee912f06f7b7310545e09 [diff] | |
parent | 2d99dac479fe89a2cbc616cc9c99b5d37c105d24 [diff] |
Merge
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 @@ * 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`)