diff options
author | Alexander Belopolsky <alexander.belopolsky@gmail.com> | 2012-06-23 01:03:39 (GMT) |
---|---|---|
committer | Alexander Belopolsky <alexander.belopolsky@gmail.com> | 2012-06-23 01:03:39 (GMT) |
commit | 8141cc7f8895778a430c4c8a65c65310e3c6afe7 (patch) | |
tree | 97468b29a67c9e3048815eb89ece3bfde2fe199b /Misc | |
parent | 60c13ddd9b03cb28f454e37ddb1214d4ae4f5e82 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |