summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRonald Oussoren <ronaldoussoren@mac.com>2010-04-18 13:47:49 (GMT)
committerRonald Oussoren <ronaldoussoren@mac.com>2010-04-18 13:47:49 (GMT)
commit37805e5c1f082c753f9088e48dc945afdba29779 (patch)
tree7265feba7893d8a28e683bb684b863e615d46be7 /Misc
parentcf445fced474f4df3b67ec3cb4ae6f761173d93c (diff)
downloadcpython-37805e5c1f082c753f9088e48dc945afdba29779.zip
cpython-37805e5c1f082c753f9088e48dc945afdba29779.tar.gz
cpython-37805e5c1f082c753f9088e48dc945afdba29779.tar.bz2
Fix for issue #7072
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 ca953c8..edf2ab0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -15,6 +15,8 @@ Core and Builtins
- Issue #8417: Raise an OverflowError when an integer larger than sys.maxsize is
passed to bytearray.
+- Issue #7072: isspace(0xa0) is true on Mac OS X
+
Library
-------