summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2007-07-28 07:03:05 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2007-07-28 07:03:05 (GMT)
commitf1e0b3f6307084dc3429bd5a1361a5be7be708bb (patch)
tree2bae20bba6c1842c7880bfd48a5ba8d2199e1aca /Misc
parentf25e35b9ec2bb87833108c5bb615113a93894dce (diff)
downloadcpython-f1e0b3f6307084dc3429bd5a1361a5be7be708bb.zip
cpython-f1e0b3f6307084dc3429bd5a1361a5be7be708bb.tar.gz
cpython-f1e0b3f6307084dc3429bd5a1361a5be7be708bb.tar.bz2
Bug #1704793: Return UTF-16 pair if unicodedata.lookup cannot
represent the result in a single character.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4764daf..55ebfa5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -238,6 +238,9 @@ Core and builtins
Library
-------
+- Bug #1704793: Return UTF-16 pair if unicodedata.lookup cannot
+ represent the result in a single character.
+
- Bug #978833: Close https sockets by releasing the _ssl object.
- Change location of the package index to pypi.python.org/pypi