diff options
author | Alexander Belopolsky <alexander.belopolsky@gmail.com> | 2010-10-01 14:18:49 (GMT) |
---|---|---|
committer | Alexander Belopolsky <alexander.belopolsky@gmail.com> | 2010-10-01 14:18:49 (GMT) |
commit | 38e299615270e2a4a9b223b789924e899847f3cc (patch) | |
tree | e6a0533eb71f908a04051d3facaa8f3de8942dbf /Misc | |
parent | 0b0ebb4837617380ab50665a15c8cb3b3523b6ed (diff) | |
download | cpython-38e299615270e2a4a9b223b789924e899847f3cc.zip cpython-38e299615270e2a4a9b223b789924e899847f3cc.tar.gz cpython-38e299615270e2a4a9b223b789924e899847f3cc.tar.bz2 |
Issue #6608: time.asctime is now checking struct tm fields its input
before passing it to the system asctime. Patch by MunSic Jeong.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 3 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 5 insertions, 1 deletions
@@ -405,7 +405,7 @@ Jack Jansen Bill Janssen Drew Jenkins Flemming Kjær Jensen -Jiba +MunSic Jeong Orjan Johansen Fredrik Johansson Gregory K. Johnson @@ -462,6 +462,7 @@ Ivan Krstić Andrew Kuchling Vladimir Kushnir Cameron Laird +Jean-Baptiste "Jiba" Lamy Torsten Landschoff Łukasz Langa Tino Lange @@ -410,6 +410,9 @@ Core and Builtins Extensions ---------- +- Issue #6608: time.asctime is now checking struct tm fields its input + before passing it to the system asctime. Patch by MunSic Jeong. + - Issue #8734: Avoid crash in msvcrt.get_osfhandle() when an invalid file descriptor is provided. Patch by Pascal Chambon. |