diff options
author | Michael Foord <michael@voidspace.org.uk> | 2012-03-13 07:09:54 (GMT) |
---|---|---|
committer | Michael Foord <michael@voidspace.org.uk> | 2012-03-13 07:09:54 (GMT) |
commit | e01c62cd6bc413db0895696f22d7188890757431 (patch) | |
tree | 625824d6d1c9929d0a7fdbef4df252c1f6291abb /Misc | |
parent | df723e1e5e4e0022a28618f953219aaf52852643 (diff) | |
download | cpython-e01c62cd6bc413db0895696f22d7188890757431.zip cpython-e01c62cd6bc413db0895696f22d7188890757431.tar.gz cpython-e01c62cd6bc413db0895696f22d7188890757431.tar.bz2 |
Fix unittest test discovery for Jython
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |