]> granicus.if.org Git - python/commitdiff
Fix extra line added in 0bcf23a52d55
authorBrian Quinlan <brian@sweetapp.com>
Sat, 1 Feb 2014 01:07:54 +0000 (12:07 +1100)
committerBrian Quinlan <brian@sweetapp.com>
Sat, 1 Feb 2014 01:07:54 +0000 (12:07 +1100)
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
 ----