summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMichael Foord <michael@voidspace.org.uk>2012-03-13 07:09:54 (GMT)
committerMichael Foord <michael@voidspace.org.uk>2012-03-13 07:09:54 (GMT)
commite01c62cd6bc413db0895696f22d7188890757431 (patch)
tree625824d6d1c9929d0a7fdbef4df252c1f6291abb /Misc
parentdf723e1e5e4e0022a28618f953219aaf52852643 (diff)
downloadcpython-e01c62cd6bc413db0895696f22d7188890757431.zip
cpython-e01c62cd6bc413db0895696f22d7188890757431.tar.gz
cpython-e01c62cd6bc413db0895696f22d7188890757431.tar.bz2
Fix unittest test discovery for Jython
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5d03fee..93b5a74 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -22,6 +22,8 @@ Core and Builtins
Library
-------
+- Issue #10543: Fix unittest test discovery with Jython bytecode files.
+
- Issue #14252: Fix subprocess.Popen.terminate() to not raise an error under
Windows when the child process has already exited.