summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Quinlan <brian@sweetapp.com>2014-02-01 01:07:54 (GMT)
committerBrian Quinlan <brian@sweetapp.com>2014-02-01 01:07:54 (GMT)
commit6d300d672c1467082bfd0573d62a678be15ec981 (patch)
tree3703f851a5b929b0f2662889b199ad0bf4ca7381
parent2b754f49a57c4f625b73e703456bd5ff04496416 (diff)
downloadcpython-6d300d672c1467082bfd0573d62a678be15ec981.zip
cpython-6d300d672c1467082bfd0573d62a678be15ec981.tar.gz
cpython-6d300d672c1467082bfd0573d62a678be15ec981.tar.bz2
Fix extra line added in 0bcf23a52d55
-rw-r--r--Misc/NEWS3
1 files changed, 0 insertions, 3 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a62f748..680b662 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
----