summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-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
-------