From: Brian Quinlan <brian@sweetapp.com>
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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6d300d672c1467082bfd0573d62a678be15ec981;p=python

Fix extra line added in 0bcf23a52d55
---

diff --git a/Misc/NEWS b/Misc/NEWS
index a62f748894..680b66280a 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
 ----