[Python-checkins] cpython: Fix extra line added in 0bcf23a52d55

brian.quinlan python-checkins at python.org
Sat Feb 1 02:08:26 CET 2014


http://hg.python.org/cpython/rev/4f59b836fa54
changeset:   88870:4f59b836fa54
user:        Brian Quinlan <brian at sweetapp.com>
date:        Sat Feb 01 12:07:54 2014 +1100
summary:
  Fix extra line added in 0bcf23a52d55

files:
  Misc/NEWS |  3 ---
  1 files changed, 0 insertions(+), 3 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -72,9 +72,6 @@
 - 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
 ----
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list