summaryrefslogtreecommitdiff
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorJesus Cea <jcea@jcea.es>2012-10-03 03:00:37 +0200
committerJesus Cea <jcea@jcea.es>2012-10-03 03:00:37 +0200
commitfb22f542d229a05ec2dfa072cd7a3cf1c93fa7ea (patch)
treed4b3c43c2218cde1a3529ba46fb4cfad81d42667 /Misc/NEWS
parent3430fb803ed10ae99c038eba1a25a0fe42314a9d (diff)
parent09bf7a799da7c8b7cdd0f9c5cd789769b8cab2d5 (diff)
downloadcpython-git-fb22f542d229a05ec2dfa072cd7a3cf1c93fa7ea.tar.gz
MERGE: Closes #15897: zipimport.c doesn't check return value of fseek()
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index e5ac247bc5..aada4df299 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.