summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-07-04 15:55:02 (GMT)
committerGeorg Brandl <georg@python.org>2008-07-04 15:55:02 (GMT)
commitd52429fb4957e0acdf36540705bd9ea859070fc5 (patch)
treeee88a6e46bf98c7cea73c8268d063e5a0d80b008 /Misc
parent6e7196fb933f24abc915e9c20b9fa676a04b82c5 (diff)
downloadcpython-d52429fb4957e0acdf36540705bd9ea859070fc5.zip
cpython-d52429fb4957e0acdf36540705bd9ea859070fc5.tar.gz
cpython-d52429fb4957e0acdf36540705bd9ea859070fc5.tar.bz2
Issue #3282: str.isprintable() should return False for undefined Unicode characters.
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 9b3c35a..76e9552 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,9 @@ What's new in Python 3.0b2?
Core and Builtins
-----------------
+- Issue #3282: str.isprintable() should return False for undefined
+ Unicode characters.
+
- Issue #3236: Return small longs from PyLong_FromString.
Library