[Python-checkins] cpython (2.7): Issue #28145: Spelling fixes

martin.panter python-checkins at python.org
Thu Sep 15 21:12:21 EDT 2016


https://hg.python.org/cpython/rev/2a97b5ab6132
changeset:   103851:2a97b5ab6132
branch:      2.7
user:        Martin Panter <vadmium+py at gmail.com>
date:        Fri Sep 16 00:46:05 2016 +0000
summary:
  Issue #28145: Spelling fixes

files:
  Misc/HISTORY      |  2 +-
  Modules/makesetup |  2 +-
  2 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Misc/HISTORY b/Misc/HISTORY
--- a/Misc/HISTORY
+++ b/Misc/HISTORY
@@ -12533,7 +12533,7 @@
 decimal numbers).
 
 - In string.atof(), don't fail when the "re" module is unavailable.
-Plug the ensueing security leak by supplying an empty __builtins__
+Plug the ensuing security leak by supplying an empty __builtins__
 directory to eval().
 
 - A bunch of small fixes and improvements to Tkinter.py.
diff --git a/Modules/makesetup b/Modules/makesetup
--- a/Modules/makesetup
+++ b/Modules/makesetup
@@ -82,7 +82,7 @@
 NL='\
 '
 
-# Setup to link with extra libraries when makeing shared extensions.
+# Setup to link with extra libraries when making shared extensions.
 # Currently, only Cygwin needs this baggage.
 case `uname -s` in
 CYGWIN*) if test $libdir = .

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


More information about the Python-checkins mailing list