Kaydet (Commit) 0167edf8 authored tarafından Ezio Melotti's avatar Ezio Melotti

Merge typo fixes with 3.2.

...@@ -581,14 +581,14 @@ Core and Builtins ...@@ -581,14 +581,14 @@ Core and Builtins
- Issue #15897: zipimport.c doesn't check return value of fseek(). - Issue #15897: zipimport.c doesn't check return value of fseek().
Patch by Felipe Cruz. 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. return the proper failure return value (1). Patch contributed by Jeff Knupp.
- Issue #15229: An `OSError` subclass whose __init__ doesn't call back - Issue #15229: An `OSError` subclass whose __init__ doesn't call back
OSError.__init__ could produce incomplete instances, leading to crashes when OSError.__init__ could produce incomplete instances, leading to crashes when
calling str() on them. 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. Mac OS X, like other POSIX builds.
Library Library
...@@ -742,7 +742,7 @@ Library ...@@ -742,7 +742,7 @@ Library
renamed over the old file when flush() is called on an mbox, MMDF or Babyl renamed over the old file when flush() is called on an mbox, MMDF or Babyl
mailbox. 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. cryptographic purpose.
- Issue #15184: Ensure consistent results of OS X configuration tailoring for - Issue #15184: Ensure consistent results of OS X configuration tailoring for
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment