diff options
author | Jesus Cea <jcea@jcea.es> | 2012-10-03 01:00:37 (GMT) |
---|---|---|
committer | Jesus Cea <jcea@jcea.es> | 2012-10-03 01:00:37 (GMT) |
commit | fb22f542d229a05ec2dfa072cd7a3cf1c93fa7ea (patch) | |
tree | d4b3c43c2218cde1a3529ba46fb4cfad81d42667 /Misc | |
parent | 3430fb803ed10ae99c038eba1a25a0fe42314a9d (diff) | |
parent | 09bf7a799da7c8b7cdd0f9c5cd789769b8cab2d5 (diff) | |
download | cpython-fb22f542d229a05ec2dfa072cd7a3cf1c93fa7ea.zip cpython-fb22f542d229a05ec2dfa072cd7a3cf1c93fa7ea.tar.gz cpython-fb22f542d229a05ec2dfa072cd7a3cf1c93fa7ea.tar.bz2 |
MERGE: Closes #15897: zipimport.c doesn't check return value of fseek()
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -246,6 +246,7 @@ Christopher A. Craig Jeremy Craven Laura Creighton Simon Cross +Felipe Cruz Drew Csillag Joaquin Cuenca Abela John Cugini @@ -467,6 +467,9 @@ Core and Builtins - Issue #15020: The program name used to search for Python's path is now "python3" under Unix, not "python". +- Issue #15897: zipimport.c doesn't check return value of fseek(). + Patch by Felipe Cruz. + - Issue #15033: Fix the exit status bug when modules invoked using -m swith, return the proper failure return value (1). Patch contributed by Jeff Knupp. |