diff options
author | Georg Brandl <georg@python.org> | 2011-01-09 07:51:15 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2011-01-09 07:51:15 (GMT) |
commit | cec4b4fa049426c9d93eebb1feb34204487d495e (patch) | |
tree | b462de39166fe400e83bf1afacbec6aa10655ed4 | |
parent | d97f5ce3774c9b70a64febb713586501455964b7 (diff) | |
download | cpython-cec4b4fa049426c9d93eebb1feb34204487d495e.zip cpython-cec4b4fa049426c9d93eebb1feb34204487d495e.tar.gz cpython-cec4b4fa049426c9d93eebb1feb34204487d495e.tar.bz2 |
Remove duplicate entry.
-rw-r--r-- | Misc/NEWS | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -36,13 +36,6 @@ Library dependent, but ``time.mktime`` will now accept full range supported by the OS. Conversion of 2-digit years to 4-digit is deprecated. -- Issue #10827: Changed the rules for 2-digit years. The time.asctime - function will now format any year when ``time.accept2dyear`` is - false and will accept years >= 1000 otherwise. The year range - accepted by ``time.mktime`` and ``time.strftime`` is still system - dependent, but ``time.mktime`` will now accept full range supported - by the OS. Conversion of 2-digit years to 4-digit is deprecated. - - Issue #7858: Raise an error properly when os.utime() fails under Windows on an existing file. |