summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2009-03-26 17:15:46 (GMT)
committerBenjamin Peterson <benjamin@python.org>2009-03-26 17:15:46 (GMT)
commit09832740d18cef349bf53e058ffbfe1f0a954803 (patch)
tree53c15807802ec9b8a21233f05616b693f940c37f /Misc
parent59406a9d857f3060f21269266a14a778aebf9904 (diff)
downloadcpython-09832740d18cef349bf53e058ffbfe1f0a954803.zip
cpython-09832740d18cef349bf53e058ffbfe1f0a954803.tar.gz
cpython-09832740d18cef349bf53e058ffbfe1f0a954803.tar.bz2
fix isprintable() on space characters #5126
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 816e302..ccc09cf 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@ What's New in Python 3.1 alpha 2?
Core and Builtins
-----------------
+- Issue #5126: str.isprintable() returned False for space characters.
+
- Issue #4688: Add a heuristic so that tuples and dicts containing only
untrackable objects are not tracked by the garbage collector. This can
reduce the size of collections and therefore the garbage collection overhead