]> granicus.if.org Git - python/commit
Issue #11930: Remove year >= 1000 limitation from datetime.strftime.
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>
Mon, 2 May 2011 17:14:24 +0000 (13:14 -0400)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>
Mon, 2 May 2011 17:14:24 +0000 (13:14 -0400)
commit89da349b7be56000e4b0efbe11ec4958af691b42
tree0f6a529fb790429d25c0eb73c7c66c8836642dc3
parent9d8c3b7cef1f235e92b018924ca21e0d1a49efd7
Issue #11930: Remove year >= 1000 limitation from datetime.strftime.
Patch by Victor Stinner.
Doc/library/datetime.rst
Lib/datetime.py
Lib/test/datetimetester.py
Modules/_datetimemodule.c