diff options
author | Lars Gustäbel <lars@gustaebel.de> | 2008-12-12 14:58:38 (GMT) |
---|---|---|
committer | Lars Gustäbel <lars@gustaebel.de> | 2008-12-12 14:58:38 (GMT) |
commit | 43fcf3a493d249eec6baf7b096563a89a749d434 (patch) | |
tree | 97ff5664ae8a6364893ea1f43c3b4f03c474a28a /Misc/NEWS | |
parent | a5bbf200172d52714a64f9294d86c14bd8eda501 (diff) | |
download | cpython-43fcf3a493d249eec6baf7b096563a89a749d434.zip cpython-43fcf3a493d249eec6baf7b096563a89a749d434.tar.gz cpython-43fcf3a493d249eec6baf7b096563a89a749d434.tar.bz2 |
Merged revisions 67717 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r67717 | lars.gustaebel | 2008-12-12 14:58:03 +0100 (Fri, 12 Dec 2008) | 2 lines
Issue #4616: TarFile.utime(): Restore directory times on Windows.
........
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -45,6 +45,8 @@ Core and Builtins Library ------- +- Issue #4616: TarFile.utime(): Restore directory times on Windows. + - Issue #4021: tokenize.detect_encoding() now raises a SyntaxError when the codec cannot be found. This is for compatibility with the builtin behavior. |