summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2009-07-20 00:19:49 (GMT)
committerBrett Cannon <bcannon@gmail.com>2009-07-20 00:19:49 (GMT)
commit10e35b30fb6e5858b73039e96d6ac3450107dad3 (patch)
tree9ea67fa89aa0d419f97377357bc38b6102b38838 /Misc
parent5797e8b0f44cfc48f2a368b27e2425a5a608ccde (diff)
downloadcpython-10e35b30fb6e5858b73039e96d6ac3450107dad3.zip
cpython-10e35b30fb6e5858b73039e96d6ac3450107dad3.tar.gz
cpython-10e35b30fb6e5858b73039e96d6ac3450107dad3.tar.bz2
Backport of r74103.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 286c924..6aed959 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -62,6 +62,12 @@ Build
- Issue 5390: Add uninstall icon independent of whether file
extensions are installed.
+Test
+----
+
+- Fix a test in importlib.test.source.test_abc_loader that was incorrectly
+ testing when a .pyc file lacked an code object bytecode.
+
What's New in Python 3.1?
=========================