diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-07-28 03:48:29 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-07-28 03:48:29 (GMT) |
commit | 3e5b1d3cf50b15272fdb4d06d05d00a42d1d1737 (patch) | |
tree | a3906733c59e56904f8bcfb57732434385da7273 /Misc/HISTORY | |
parent | eb9957065acaafbf3d8ebee4770ecb13ea0c07c0 (diff) | |
download | cpython-3e5b1d3cf50b15272fdb4d06d05d00a42d1d1737.zip cpython-3e5b1d3cf50b15272fdb4d06d05d00a42d1d1737.tar.gz cpython-3e5b1d3cf50b15272fdb4d06d05d00a42d1d1737.tar.bz2 |
Issue #23943: Restore extra fixes lost in merge 4fb2075952a4
Diffstat (limited to 'Misc/HISTORY')
-rw-r--r-- | Misc/HISTORY | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/HISTORY b/Misc/HISTORY index 6782333..06eb979 100644 --- a/Misc/HISTORY +++ b/Misc/HISTORY @@ -21545,7 +21545,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. @@ -23597,7 +23597,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! |