[Python-checkins] cpython: Fix NEWS entry wording.

r.david.murray python-checkins at python.org
Mon Feb 24 17:01:45 CET 2014


http://hg.python.org/cpython/rev/3104c8530cf4
changeset:   89369:3104c8530cf4
user:        R David Murray <rdmurray at bitdance.com>
date:        Mon Feb 24 10:42:20 2014 -0500
summary:
  Fix NEWS entry wording.

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


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1862,7 +1862,7 @@
 - Issue #18808: Non-daemon threads are now automatically joined when
   a sub-interpreter is shutdown (it would previously dump a fatal error).
 
-- Remove supporting for compiling on systems without getcwd().
+- Remove support for compiling on systems without getcwd().
 
 - Issue #18774: Remove last bits of GNU PTH thread code and thread_pth.h.
 

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


More information about the Python-checkins mailing list