diff options
author | R. David Murray <rdmurray@bitdance.com> | 2009-05-13 12:27:21 (GMT) |
---|---|---|
committer | R. David Murray <rdmurray@bitdance.com> | 2009-05-13 12:27:21 (GMT) |
commit | dd226eabe9b719ce2e232c415f64e0452838b987 (patch) | |
tree | 70813480f89d895225922075253acb7d4d5c1d9e /Misc | |
parent | 976faf9293aa1dd291ccd95465647f09004a52af (diff) | |
download | cpython-dd226eabe9b719ce2e232c415f64e0452838b987.zip cpython-dd226eabe9b719ce2e232c415f64e0452838b987.tar.gz cpython-dd226eabe9b719ce2e232c415f64e0452838b987.tar.bz2 |
Merged revisions 72597 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72597 | r.david.murray | 2009-05-12 20:30:29 -0400 (Tue, 12 May 2009) | 2 lines
Issue 5994: add docstrings to marshal.
........
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -12,6 +12,8 @@ What's New in Python 3.1 release candidate 1? Core and Builtins ----------------- +- Issue #5994: the marshal module now has docstrings. + - Issue #5981: Fix three minor inf/nan issues in float.fromhex: (1) inf and nan strings with trailing whitespace were incorrectly rejected; (2) parsing of strings representing infinities and nans |