summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2013-06-04 21:34:49 (GMT)
committerBrett Cannon <brett@python.org>2013-06-04 21:34:49 (GMT)
commitaf38f5a5032e49d527adcb9c594abfeba5d9b9b2 (patch)
tree75b00817e3770f13aadaabe4acea9ed497e38c5e /Misc
parent0b81111b18790e5d95cb84a09d15aadfb8a1dadf (diff)
downloadcpython-af38f5a5032e49d527adcb9c594abfeba5d9b9b2.zip
cpython-af38f5a5032e49d527adcb9c594abfeba5d9b9b2.tar.gz
cpython-af38f5a5032e49d527adcb9c594abfeba5d9b9b2.tar.bz2
Tweak at the suggestion of Ezio Melotti for exception messages when
EOF is hit while trying to read the header of a bytecode file.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index deeec0a..09807f0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@ What's New in Python 3.4.0 Alpha 1?
Core and Builtins
-----------------
+- Tweak the exception message when the magic number or size value in a bytecode
+ file is truncated.
+
- Issue #18065: Don't set __path__ to the package name for frozen packages.
- Issue #18088: When reloading a module, unconditionally reset all relevant