projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b754f4
)
Fix extra line added in 0bcf23a52d55
author
Brian Quinlan
<brian@sweetapp.com>
Sat, 1 Feb 2014 01:07:54 +0000
(12:07 +1100)
committer
Brian Quinlan
<brian@sweetapp.com>
Sat, 1 Feb 2014 01:07:54 +0000
(12:07 +1100)
Misc/NEWS
patch
|
blob
|
history
diff --git
a/Misc/NEWS
b/Misc/NEWS
index a62f74889404298f37bab54e901feb3715690093..680b66280aea250349bb49d0d480e370185ee08a 100644
(file)
--- a/
Misc/NEWS
+++ b/
Misc/NEWS
@@
-72,9
+72,6
@@
Library
- Issue #15304: concurrent.futures.wait() can block forever even if
Futures have completed. Patch by Glenn Langford.
-Fix warning message when `os.chdir()` fails inside
- `test.support.temp_cwd()`. Patch by Chris Jerdonek.
-
IDLE
----