diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2012-11-03 19:32:55 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2012-11-03 19:32:55 (GMT) |
commit | 0167edf8036eacc65fcfaead8ded157e7c7499ad (patch) | |
tree | baa6fe0f467427d88571f3ed781870c1920ee7f9 /Misc/NEWS | |
parent | 7376801f61330d8053c9393da813a3092f881634 (diff) | |
parent | 8af179e7447fb55bb13d0a7d7cfddbdc72e69b2c (diff) | |
download | cpython-0167edf8036eacc65fcfaead8ded157e7c7499ad.zip cpython-0167edf8036eacc65fcfaead8ded157e7c7499ad.tar.gz cpython-0167edf8036eacc65fcfaead8ded157e7c7499ad.tar.bz2 |
Merge typo fixes with 3.2.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -581,14 +581,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 @@ -742,7 +742,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 |