commit | 501aeffba3673fdce742054a5e0014dbe3ab40a7 | [log] [tgz] |
---|---|---|
author | Ronald Oussoren <ronaldoussoren@mac.com> | Sun Apr 18 15:02:38 2010 +0000 |
committer | Ronald Oussoren <ronaldoussoren@mac.com> | Sun Apr 18 15:02:38 2010 +0000 |
tree | b2ab154e4267e86b9768fd65ea24bbc8860755cc | |
parent | d61deca27cdef2d1e49aeb72d8556855420a77e1 [diff] [blame] |
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 5b08d19..d882898 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -261,6 +261,9 @@ - Code objects now support weak references. +- Issue #7072: isspace(0xa0) is true on Mac OS X + + C-API -----