summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>2009-12-29 23:06:17 (GMT)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>2009-12-29 23:06:17 (GMT)
commitc8a2ce76702c332da512fb532855ac255134cc04 (patch)
treea99c7f7522cefc7491652a04ef1959657727c559 /Misc
parent8645a5c81fde0afe0e00e122b64f6bc586844ec3 (diff)
downloadcpython-c8a2ce76702c332da512fb532855ac255134cc04.zip
cpython-c8a2ce76702c332da512fb532855ac255134cc04.tar.gz
cpython-c8a2ce76702c332da512fb532855ac255134cc04.tar.bz2
#7579: Add docstrings to the msvcrt module
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 26b33b2..46c8765 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@ What's New in Python 2.7 alpha 2?
Core and Builtins
-----------------
+- Issue #7579: the msvcrt module now has docstrings for all its functions.
+
- Issue #7413: Passing '\0' as the separator to datetime.datetime.isoformat()
used to drop the time part of the result.