summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorJesus Cea <jcea@jcea.es>2012-10-03 01:00:37 (GMT)
committerJesus Cea <jcea@jcea.es>2012-10-03 01:00:37 (GMT)
commitfb22f542d229a05ec2dfa072cd7a3cf1c93fa7ea (patch)
treed4b3c43c2218cde1a3529ba46fb4cfad81d42667 /Misc
parent3430fb803ed10ae99c038eba1a25a0fe42314a9d (diff)
parent09bf7a799da7c8b7cdd0f9c5cd789769b8cab2d5 (diff)
downloadcpython-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/ACKS1
-rw-r--r--Misc/NEWS3
2 files changed, 4 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 2c17d6d..3508f52 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -246,6 +246,7 @@ Christopher A. Craig
Jeremy Craven
Laura Creighton
Simon Cross
+Felipe Cruz
Drew Csillag
Joaquin Cuenca Abela
John Cugini
diff --git a/Misc/NEWS b/Misc/NEWS
index e5ac247..aada4df 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.