summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>2012-06-23 01:03:39 (GMT)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>2012-06-23 01:03:39 (GMT)
commit8141cc7f8895778a430c4c8a65c65310e3c6afe7 (patch)
tree97468b29a67c9e3048815eb89ece3bfde2fe199b /Misc
parent60c13ddd9b03cb28f454e37ddb1214d4ae4f5e82 (diff)
downloadcpython-8141cc7f8895778a430c4c8a65c65310e3c6afe7.zip
cpython-8141cc7f8895778a430c4c8a65c65310e3c6afe7.tar.gz
cpython-8141cc7f8895778a430c4c8a65c65310e3c6afe7.tar.bz2
Issues #11024: Fixes and additional tests for Time2Internaldate.
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 373b04b..b6f735f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -40,6 +40,8 @@ Core and Builtins
Library
-------
+- Issues #11024: Fixes and additional tests for Time2Internaldate.
+
- Issue #14626: Large refactoring of functions / parameters in the os module.
Many functions now support "dir_fd" and "follow_symlinks" parameters;
some also support accepting an open file descriptor in place of of a path