summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorR. David Murray <rdmurray@bitdance.com>2009-05-13 13:13:18 (GMT)
committerR. David Murray <rdmurray@bitdance.com>2009-05-13 13:13:18 (GMT)
commit98c7879b655031dbe276500b8019fa2cee9c89a3 (patch)
tree0773fed764291c514bfa19fc960713441bd4f1b8 /Misc
parent666f1838a92c920642565604670666ab6a68e0fc (diff)
downloadcpython-98c7879b655031dbe276500b8019fa2cee9c89a3.zip
cpython-98c7879b655031dbe276500b8019fa2cee9c89a3.tar.gz
cpython-98c7879b655031dbe276500b8019fa2cee9c89a3.tar.bz2
Merged revisions 72601 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r72601 | r.david.murray | 2009-05-13 09:07:14 -0400 (Wed, 13 May 2009) | 3 lines Move news item to correct section, remove spurious 'see below' from docstring. ........
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9278135..373405b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@ What's New in Python 2.6.3
Core and Builtins
-----------------
+- Issue #5994: the marshal module now has docstrings.
+
- Issue #5981: Fix two minor inf/nan issues in float.fromhex: (1) inf
and nan strings with trailing whitespace were incorrectly rejected
and (2) the interpretation of fromhex('-nan') didn't match that of
@@ -45,8 +47,6 @@ Core and Builtins
Library
-------
-- Issue #5994: the marshal module now has docstrings.
-
- Issue #5971: StreamHandler.handleError now swallows IOErrors which occur when
trying to print a traceback.