projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dcbb822
)
Use ``...`` for string literals.
author
Ezio Melotti
<ezio.melotti@gmail.com>
Sun, 23 Oct 2011 21:44:03 +0000
(
00:44
+0300)
committer
Ezio Melotti
<ezio.melotti@gmail.com>
Sun, 23 Oct 2011 21:44:03 +0000
(
00:44
+0300)
Doc/whatsnew/3.3.rst
patch
|
blob
|
history
diff --git
a/Doc/whatsnew/3.3.rst
b/Doc/whatsnew/3.3.rst
index 8ee5071d0292c318e19d24dd493b4f560f336b0d..78fae2f3677e354e7a62f75e1732886288c8f890 100644
(file)
--- 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`)