From: Georg Brandl Date: Sun, 9 Jan 2011 07:51:15 +0000 (+0000) Subject: Remove duplicate entry. X-Git-Tag: v2.7.2rc1~389 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cec4b4fa049426c9d93eebb1feb34204487d495e;p=python Remove duplicate entry. --- diff --git a/Misc/NEWS b/Misc/NEWS index 0c53aef6a2..e436278970 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -29,13 +29,6 @@ Core and Builtins Library ------- -- 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 #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