[Python-checkins] r87878 - python/branches/release27-maint/Misc/NEWS
georg.brandl
python-checkins at python.org
Sun Jan 9 08:51:15 CET 2011
Author: georg.brandl
Date: Sun Jan 9 08:51:15 2011
New Revision: 87878
Log:
Remove duplicate entry.
Modified:
python/branches/release27-maint/Misc/NEWS
Modified: python/branches/release27-maint/Misc/NEWS
==============================================================================
--- python/branches/release27-maint/Misc/NEWS (original)
+++ python/branches/release27-maint/Misc/NEWS Sun Jan 9 08:51:15 2011
@@ -36,13 +36,6 @@
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.
More information about the Python-checkins
mailing list