File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
686686Library
@@ -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
You can’t perform that action at this time.
0 commit comments