diff options
author | R. David Murray <rdmurray@bitdance.com> | 2009-05-13 13:13:18 +0000 |
---|---|---|
committer | R. David Murray <rdmurray@bitdance.com> | 2009-05-13 13:13:18 +0000 |
commit | 98c7879b655031dbe276500b8019fa2cee9c89a3 (patch) | |
tree | 0773fed764291c514bfa19fc960713441bd4f1b8 /Python | |
parent | 666f1838a92c920642565604670666ab6a68e0fc (diff) | |
download | cpython-git-98c7879b655031dbe276500b8019fa2cee9c89a3.tar.gz |
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 'Python')
-rw-r--r-- | Python/marshal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/marshal.c b/Python/marshal.c index c5a643f74e..52d22573d3 100644 --- a/Python/marshal.c +++ b/Python/marshal.c @@ -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\ \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 * |