summaryrefslogtreecommitdiff
path: root/Doc
diff options
context:
space:
mode:
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>2011-05-02 14:14:48 -0400
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>2011-05-02 14:14:48 -0400
commit60fbea8265bf566bc640bb9918d2f725035ae0dc (patch)
treec393d11d157649c3f6f13896904df59add6304df /Doc
parent9988d8c9578e4c90b06a5fa93fecb467b919c0a2 (diff)
downloadcpython-60fbea8265bf566bc640bb9918d2f725035ae0dc.tar.gz
Issue #11930: Added Misc/NEWS and versionchanged entries.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/datetime.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/library/datetime.rst b/Doc/library/datetime.rst
index 2eb5ea0f1f..d53d4a612a 100644
--- a/Doc/library/datetime.rst
+++ b/Doc/library/datetime.rst
@@ -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'``.