]> granicus.if.org Git - python/commitdiff
Issue #28145: Spelling fixes
authorMartin Panter <vadmium+py@gmail.com>
Fri, 16 Sep 2016 00:46:05 +0000 (00:46 +0000)
committerMartin Panter <vadmium+py@gmail.com>
Fri, 16 Sep 2016 00:46:05 +0000 (00:46 +0000)
Lib/test/test_defaultdict.py
Misc/HISTORY
Modules/makesetup

index a90bc2b488cfc31b7afa64717e8a1452813a00bd..72183498acb7912de5d3c07483c39416da89c6c5 100644 (file)
@@ -175,7 +175,7 @@ class TestDefaultDict(unittest.TestCase):
     def test_callable_arg(self):
         self.assertRaises(TypeError, defaultdict, {})
 
-    def test_pickleing(self):
+    def test_pickling(self):
         d = defaultdict(int)
         d[1]
         for proto in range(pickle.HIGHEST_PROTOCOL + 1):
index 73fb1d3c9fcd044d7c49fba36ce70818d126aab9..fa2e3c73f619a6eff50c4e80a948ffb462c22d98 100644 (file)
@@ -23445,7 +23445,7 @@ uudecode bug where it complaints about trailing garbage is still there
 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.
index 90db42e4b20d14a3e885a82da15ef69adb4246ad..3297b78a20d3dc0f7593145bd12d4a4b8d32c705 100755 (executable)
@@ -82,7 +82,7 @@ esac
 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 = .