[Python-checkins] r87867 - python/branches/py3k/Misc/NEWS

victor.stinner python-checkins at python.org
Sat Jan 8 17:31:25 CET 2011


Author: victor.stinner
Date: Sat Jan  8 17:31:24 2011
New Revision: 87867

Log:
Issue #1777412: document the change in the NEWS file

Modified:
   python/branches/py3k/Misc/NEWS

Modified: python/branches/py3k/Misc/NEWS
==============================================================================
--- python/branches/py3k/Misc/NEWS	(original)
+++ python/branches/py3k/Misc/NEWS	Sat Jan  8 17:31:24 2011
@@ -40,6 +40,11 @@
 Library
 -------
 
+- Issue #1777412: minimum year for time.asctime(), time.ctime() and
+  time.strftime() is now: 1000 instead of 1900 by default (accept2dyear=0) and
+  not limited instead of 1900 if accept2dyear=1. With Visual Studio or on
+  Solaris, the year is limited to the range [1; 9999].
+
 - Issue #10859: Make ``contextlib.GeneratorContextManager`` officially
   private by renaming it to ``_GeneratorContextManager``.
 


More information about the Python-checkins mailing list