commit | e01c62cd6bc413db0895696f22d7188890757431 | [log] [tgz] |
---|---|---|
author | Michael Foord <michael@voidspace.org.uk> | Tue Mar 13 00:09:54 2012 -0700 |
committer | Michael Foord <michael@voidspace.org.uk> | Tue Mar 13 00:09:54 2012 -0700 |
tree | 625824d6d1c9929d0a7fdbef4df252c1f6291abb | |
parent | df723e1e5e4e0022a28618f953219aaf52852643 [diff] [blame] |
Fix unittest test discovery for Jython
diff --git a/Misc/NEWS b/Misc/NEWS index 5d03fee..93b5a74 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -22,6 +22,8 @@ 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.