summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorR. David Murray <rdmurray@bitdance.com>2009-05-13 00:30:29 (GMT)
committerR. David Murray <rdmurray@bitdance.com>2009-05-13 00:30:29 (GMT)
commita3ec697cbd3fa6733e3fc91fb64030ace6645350 (patch)
treec7d269dd7cb02699b360b6ac34cbe07110a377e1 /Misc
parente9a2b8a0e31a51bd1838714fb6695affaf5ee8ff (diff)
downloadcpython-a3ec697cbd3fa6733e3fc91fb64030ace6645350.zip
cpython-a3ec697cbd3fa6733e3fc91fb64030ace6645350.tar.gz
cpython-a3ec697cbd3fa6733e3fc91fb64030ace6645350.tar.bz2
Issue 5994: add docstrings to marshal.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 369c0fc..0d755b6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -291,6 +291,8 @@ Core and Builtins
Library
-------
+- Issue #5994: the marshal module now has docstrings.
+
- Issue #5977: distutils build_ext.get_outputs was not taking into account the
inplace option. Initial patch by kxroberto.