[Python-checkins] cpython (3.5): Issue #23943: Restore extra fixes lost in merge 4fb2075952a4

martin.panter python-checkins at python.org
Thu Jul 28 00:20:03 EDT 2016


https://hg.python.org/cpython/rev/48f074e2afcf
changeset:   102473:48f074e2afcf
branch:      3.5
parent:      102464:6080d720cbf5
user:        Martin Panter <vadmium+py at gmail.com>
date:        Thu Jul 28 03:48:29 2016 +0000
summary:
  Issue #23943: Restore extra fixes lost in merge 4fb2075952a4

files:
  Misc/HISTORY |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Misc/HISTORY b/Misc/HISTORY
--- a/Misc/HISTORY
+++ b/Misc/HISTORY
@@ -21545,7 +21545,7 @@
 	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 @@
 - 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!
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list