Issue #11930: Added Misc/NEWS and versionchanged entries.

This commit is contained in:
Alexander Belopolsky 2011-05-02 14:14:48 -04:00
parent 334fdeed2b
commit 5611a1c326
2 changed files with 7 additions and 0 deletions

View 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'``.