Commit 3e5b1d3c authored by Martin Panter's avatar Martin Panter

Issue #23943: Restore extra fixes lost in merge 4fb2075952a4

parent eb995706
...@@ -21545,7 +21545,7 @@ Thu Feb 18 20:51:50 1999 Fred Drake <fdrake@eric.cnri.reston.va.us> ...@@ -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 Bow to font-lock at the end of the docstring, since it throws stuff
off. 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. with sys.path, or the addition could fail.
...@@ -23597,7 +23597,7 @@ an underscore and used to initialize the pointer. ...@@ -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 - The warning about a thread still having a frame now only happens in
verbose mode. 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 handlers. After this has been called, our signal handlers are no
longer active! longer active!
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