[Python-checkins] cpython (2.7): Fix a couple typos in Misc/NEWS.

ezio.melotti python-checkins at python.org
Sat Nov 3 20:36:46 CET 2012


http://hg.python.org/cpython/rev/23b21deef18f
changeset:   80212:23b21deef18f
branch:      2.7
parent:      80208:35d85c5c6722
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Sat Nov 03 21:29:08 2012 +0200
summary:
  Fix a couple typos in Misc/NEWS.

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


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -58,7 +58,7 @@
 
 - Issue #16369: Global PyTypeObjects not initialized with PyType_Ready(...).
 
-- Issue #15033: Fix the exit status bug when modules invoked using -m swith,
+- Issue #15033: Fix the exit status bug when modules invoked using -m switch,
   return the proper failure return value (1). Patch contributed by Jeff Knupp.
 
 - Issue #12268: File readline, readlines and read() methods no longer lose
@@ -1349,7 +1349,7 @@
 - Issue #11927: SMTP_SSL now uses port 465 by default as documented.  Patch
   by Kasun Herath.
 
-- Issue 11999: fixed sporadic sync failure mailbox.Maildir due to its trying to
+- Issue #11999: fixed sporadic sync failure mailbox.Maildir due to its trying to
   detect mtime changes by comparing to the system clock instead of to the
   previous value of the mtime.
 
@@ -4923,7 +4923,7 @@
 - Restore Python 2.3 compatibility for decimal.py.
 
 - Issue #1702551: distutils sdist was not excluding VCS directories under
-  Windows. Inital solution by Guy Dalberto.
+  Windows. Initial solution by Guy Dalberto.
 
 - The _tkinter module functions "createfilehandler", "deletefilehandler",
   "createtimerhandler", "mainloop", "dooneevent" and "quit" have been deprecated

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


More information about the Python-checkins mailing list