[Python-checkins] cpython: Grammar fix

andrew.kuchling python-checkins at python.org
Sun Oct 20 21:53:17 CEST 2013


http://hg.python.org/cpython/rev/3dd7a39780bf
changeset:   86518:3dd7a39780bf
user:        Andrew Kuchling <amk at amk.ca>
date:        Sun Oct 20 15:53:08 2013 -0400
summary:
  Grammar fix

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
@@ -13,7 +13,7 @@
 - Issue #19301: Give classes and functions that are explicitly marked global a
   global qualname.
 
-- Issue #19279: UTF-7 decoder no more produces illegal strings.
+- Issue #19279: UTF-7 decoder no longer produces illegal strings.
 
 - Issue #16612: Add "Argument Clinic", a compile-time preprocessor for
   C files to generate argument parsing code.  (See PEP 436.)

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


More information about the Python-checkins mailing list