summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2012-11-03 19:36:22 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2012-11-03 19:36:22 (GMT)
commit51f61b93db406a5d65ab964f0a6c0c0e8e8e7515 (patch)
tree271027eef837198195ff3bad2dd90aa652aecdaf
parent212843b29f573f56c16940b0600b907847fc11f7 (diff)
parent0167edf8036eacc65fcfaead8ded157e7c7499ad (diff)
downloadcpython-51f61b93db406a5d65ab964f0a6c0c0e8e8e7515.zip
cpython-51f61b93db406a5d65ab964f0a6c0c0e8e8e7515.tar.gz
cpython-51f61b93db406a5d65ab964f0a6c0c0e8e8e7515.tar.bz2
Merge typo fixes (and the fix for #8401 that I wrongly merged) with 3.3.
-rw-r--r--Misc/NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 539f669..9b27caf 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -673,14 +673,14 @@ Core and Builtins
- 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
@@ -834,7 +834,7 @@ Library
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