diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2015-04-14 06:30:01 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2015-04-14 06:30:01 (GMT) |
commit | 4882cacab6bcaf90ac496fc8878987598e7665c1 (patch) | |
tree | 6dab1cbde4725b432bb3fd06e329d003c6a83376 /Misc/HISTORY | |
parent | 52a3b74900db90dfbc5d6ce5145bce02d172b1b1 (diff) | |
download | cpython-4882cacab6bcaf90ac496fc8878987598e7665c1.zip cpython-4882cacab6bcaf90ac496fc8878987598e7665c1.tar.gz cpython-4882cacab6bcaf90ac496fc8878987598e7665c1.tar.bz2 |
Issue #23943: Fix typos. Patch by Piotr Kasprzyk.
Diffstat (limited to 'Misc/HISTORY')
-rw-r--r-- | Misc/HISTORY | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Misc/HISTORY b/Misc/HISTORY index 8370d8e..f483759 100644 --- a/Misc/HISTORY +++ b/Misc/HISTORY @@ -21512,7 +21512,7 @@ Thu Feb 18 20:51:50 1999 Fred Drake <fdrake@eric.cnri.reston.va.us> Bow to font-lock at the end of the docstring, since it throws stuff off. - Make sure the path paramter to readmodule() is a list before adding it + Make sure the path parameter to readmodule() is a list before adding it with sys.path, or the addition could fail. @@ -23564,7 +23564,7 @@ an underscore and used to initialize the pointer. - The warning about a thread still having a frame now only happens in verbose mode. -- Change the signal finialization so that it also resets the signal +- Change the signal finalization so that it also resets the signal handlers. After this has been called, our signal handlers are no longer active! @@ -25416,7 +25416,7 @@ some more documentation. fixed. - The test of negative number to the float power has been moved from the -built-in pow() functin to floatobject.c (so complex numbers can yield the +built-in pow() function to floatobject.c (so complex numbers can yield the correct result). - The bug introduced in beta2 where shared libraries loaded (using |