Merged revisions 80178 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r80178 | ronald.oussoren | 2010-04-18 15:47:49 +0200 (Sun, 18 Apr 2010) | 2 lines

  Fix for issue #7072
........
diff --git a/Misc/NEWS b/Misc/NEWS
index 915e293..95d8be3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -28,6 +28,8 @@
 - Issue #7820: The parser tokenizer restores all bytes in the right if
   the BOM check fails.
 
+- Issue #7072: isspace(0xa0) is true on Mac OS X
+
 Library
 -------