Kaydet (Commit) 98c7879b authored tarafından R. David Murray's avatar R. David Murray

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.
........
üst 666f1838
...@@ -12,6 +12,8 @@ What's New in Python 2.6.3 ...@@ -12,6 +12,8 @@ What's New in Python 2.6.3
Core and Builtins Core and Builtins
----------------- -----------------
- Issue #5994: the marshal module now has docstrings.
- Issue #5981: Fix two minor inf/nan issues in float.fromhex: (1) inf - Issue #5981: Fix two minor inf/nan issues in float.fromhex: (1) inf
and nan strings with trailing whitespace were incorrectly rejected and nan strings with trailing whitespace were incorrectly rejected
and (2) the interpretation of fromhex('-nan') didn't match that of and (2) the interpretation of fromhex('-nan') didn't match that of
...@@ -45,8 +47,6 @@ Core and Builtins ...@@ -45,8 +47,6 @@ Core and Builtins
Library Library
------- -------
- Issue #5994: the marshal module now has docstrings.
- Issue #5971: StreamHandler.handleError now swallows IOErrors which occur when - Issue #5971: StreamHandler.handleError now swallows IOErrors which occur when
trying to print a traceback. trying to print a traceback.
......
...@@ -1242,7 +1242,7 @@ The value must be a supported type. Raise a ValueError exception if\n\ ...@@ -1242,7 +1242,7 @@ The value must be a supported type. Raise a ValueError exception if\n\
value has (or contains an object that has) an unsupported type.\n\ value has (or contains an object that has) an unsupported type.\n\
\n\ \n\
New in version 2.4: The version argument indicates the data format that\n\ New in version 2.4: The version argument indicates the data format that\n\
dumps should use (see below)."); dumps should use.");
static PyObject * static PyObject *
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment