[Python-checkins] cpython (merge 3.2 -> 3.3): Merge typo fixes with 3.2.

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


http://hg.python.org/cpython/rev/e6d0951f412a
changeset:   80214:e6d0951f412a
branch:      3.3
parent:      80210:06577f6b1c99
parent:      80213:62c093909265
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Sat Nov 03 21:32:55 2012 +0200
summary:
  Merge typo fixes with 3.2.

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
@@ -581,14 +581,14 @@
 - Issue #15897: zipimport.c doesn't check return value of fseek().
   Patch by Felipe Cruz.
 
-- 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 #15229: An `OSError` subclass whose __init__ doesn't call back
   OSError.__init__ could produce incomplete instances, leading to crashes when
   calling str() on them.
 
-- Issue 15307: Virtual environments now use symlinks with framework builds on
+- Issue #15307: Virtual environments now use symlinks with framework builds on
   Mac OS X, like other POSIX builds.
 
 Library
@@ -742,7 +742,7 @@
   renamed over the old file when flush() is called on an mbox, MMDF or Babyl
   mailbox.
 
-- Issue 10924: Fixed `crypt.mksalt()` to use a RNG that is suitable for
+- Issue #10924: Fixed `crypt.mksalt()` to use a RNG that is suitable for
   cryptographic purpose.
 
 - Issue #15184: Ensure consistent results of OS X configuration tailoring for

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


More information about the Python-checkins mailing list