]> granicus.if.org Git - python/commitdiff
Issue #11930: Added Misc/NEWS and versionchanged entries.
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>
Mon, 2 May 2011 18:14:48 +0000 (14:14 -0400)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>
Mon, 2 May 2011 18:14:48 +0000 (14:14 -0400)
Doc/library/datetime.rst
Misc/NEWS

index 2eb5ea0f1ff87323823831658b83eeedb8b9dfcb..d53d4a612a4cc39f3996b2a43b0835b5e5355fa4 100644 (file)
@@ -1792,6 +1792,10 @@ Notes:
       In previous versions, :meth:`strftime` method was restricted to
       years >= 1900.
 
+   .. versionchanged:: 3.3
+      In version 3.2, :meth:`strftime` method was restricted to
+      years >= 1000.
+
 (6)
    For example, if :meth:`utcoffset` returns ``timedelta(hours=-3, minutes=-30)``,
    ``%z`` is replaced with the string ``'-0330'``.
index bb3bb81b3e7b4269efa8d6d41e22ae2b4c511b5a..ab7eefd8c3dab7592ba19f65fe44fd506427d953 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -132,6 +132,9 @@ Core and Builtins
 Library
 -------
 
+- Issue #11930: Removed deprecated time.accept2dyear variable.
+  Removed year >= 1000 restriction from datetime.strftime.
+
 - logging: don't define QueueListener if Python has no thread support.
 
 - Issue #11277: mmap.mmap() calls fcntl(fd, F_FULLFSYNC) on Mac OS X to get