[Python-checkins] cpython (merge default -> default): Merge

antoine.pitrou python-checkins at python.org
Sun Oct 23 23:54:39 CEST 2011


http://hg.python.org/cpython/rev/a30f10482713
changeset:   73086:a30f10482713
parent:      73085:90f81045613a
parent:      73084:68e140d6d8b9
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Sun Oct 23 23:50:21 2011 +0200
summary:
  Merge

files:
  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
--- 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`)

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list