Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 51f61b9

Browse files
committed
Merge typo fixes (and the fix for #8401 that I wrongly merged) with 3.3.
2 parents 212843b + 0167edf commit 51f61b9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Misc/NEWS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -673,14 +673,14 @@ Core and Builtins
673673
- Issue #15897: zipimport.c doesn't check return value of fseek().
674674
Patch by Felipe Cruz.
675675

676-
- Issue #15033: Fix the exit status bug when modules invoked using -m swith,
676+
- Issue #15033: Fix the exit status bug when modules invoked using -m switch,
677677
return the proper failure return value (1). Patch contributed by Jeff Knupp.
678678

679679
- Issue #15229: An `OSError` subclass whose __init__ doesn't call back
680680
OSError.__init__ could produce incomplete instances, leading to crashes when
681681
calling str() on them.
682682

683-
- Issue 15307: Virtual environments now use symlinks with framework builds on
683+
- Issue #15307: Virtual environments now use symlinks with framework builds on
684684
Mac OS X, like other POSIX builds.
685685

686686
Library
@@ -834,7 +834,7 @@ Library
834834
renamed over the old file when flush() is called on an mbox, MMDF or Babyl
835835
mailbox.
836836

837-
- Issue 10924: Fixed `crypt.mksalt()` to use a RNG that is suitable for
837+
- Issue #10924: Fixed `crypt.mksalt()` to use a RNG that is suitable for
838838
cryptographic purpose.
839839

840840
- Issue #15184: Ensure consistent results of OS X configuration tailoring for

0 commit comments

Comments
 (0)