commit | a3ec697cbd3fa6733e3fc91fb64030ace6645350 | [log] [tgz] |
---|---|---|
author | R. David Murray <rdmurray@bitdance.com> | Wed May 13 00:30:29 2009 +0000 |
committer | R. David Murray <rdmurray@bitdance.com> | Wed May 13 00:30:29 2009 +0000 |
tree | c7d269dd7cb02699b360b6ac34cbe07110a377e1 | |
parent | e9a2b8a0e31a51bd1838714fb6695affaf5ee8ff [diff] [blame] |
Issue 5994: add docstrings to marshal.
diff --git a/Misc/NEWS b/Misc/NEWS index 369c0fc..0d755b6 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -291,6 +291,8 @@ 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.