From: Brian Quinlan Date: Sat, 1 Feb 2014 01:07:54 +0000 (+1100) Subject: Fix extra line added in 0bcf23a52d55 X-Git-Tag: v3.4.0rc1~145 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6d300d672c1467082bfd0573d62a678be15ec981;p=thirdparty%2FPython%2Fcpython.git Fix extra line added in 0bcf23a52d55 --- diff --git a/Misc/NEWS b/Misc/NEWS index a62f74889404..680b66280aea 100644 --- 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 ----