summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2012-11-03 19:29:08 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2012-11-03 19:29:08 (GMT)
commit50bc66a983e5e2f1bece71d5675798f35a7882c6 (patch)
tree15bb1a24f99e4915a2ed694dd2404339defd2cd9 /Misc
parent4e2005dc0d42e98c3ab9634fb5d01eabf4f80e7a (diff)
downloadcpython-50bc66a983e5e2f1bece71d5675798f35a7882c6.zip
cpython-50bc66a983e5e2f1bece71d5675798f35a7882c6.tar.gz
cpython-50bc66a983e5e2f1bece71d5675798f35a7882c6.tar.bz2
Fix a couple typos in Misc/NEWS.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index e7dcfca..9716c6d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -58,7 +58,7 @@ Core and Builtins
- 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 @@ Library
- 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 @@ Library
- 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