]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #6608: time.asctime is now checking struct tm fields its input
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>
Fri, 1 Oct 2010 14:18:49 +0000 (14:18 +0000)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>
Fri, 1 Oct 2010 14:18:49 +0000 (14:18 +0000)
commit38e299615270e2a4a9b223b789924e899847f3cc
treee6a0533eb71f908a04051d3facaa8f3de8942dbf
parent0b0ebb4837617380ab50665a15c8cb3b3523b6ed
Issue #6608: time.asctime is now checking struct tm fields its input
before passing it to the system asctime.  Patch by MunSic Jeong.
Lib/test/test_time.py
Misc/ACKS
Misc/NEWS
Modules/timemodule.c