Commit e65ed368 authored by Martin Panter's avatar Martin Panter

Issue #28145: Spelling fixes

parent 8228a2b3
...@@ -175,7 +175,7 @@ class TestDefaultDict(unittest.TestCase): ...@@ -175,7 +175,7 @@ class TestDefaultDict(unittest.TestCase):
def test_callable_arg(self): def test_callable_arg(self):
self.assertRaises(TypeError, defaultdict, {}) self.assertRaises(TypeError, defaultdict, {})
def test_pickleing(self): def test_pickling(self):
d = defaultdict(int) d = defaultdict(int)
d[1] d[1]
for proto in range(pickle.HIGHEST_PROTOCOL + 1): for proto in range(pickle.HIGHEST_PROTOCOL + 1):
......
...@@ -23445,7 +23445,7 @@ uudecode bug where it complaints about trailing garbage is still there ...@@ -23445,7 +23445,7 @@ uudecode bug where it complaints about trailing garbage is still there
decimal numbers). decimal numbers).
- In string.atof(), don't fail when the "re" module is unavailable. - 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(). directory to eval().
- A bunch of small fixes and improvements to Tkinter.py. - A bunch of small fixes and improvements to Tkinter.py.
...@@ -82,7 +82,7 @@ esac ...@@ -82,7 +82,7 @@ esac
NL='\ 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. # Currently, only Cygwin needs this baggage.
case `uname -s` in case `uname -s` in
CYGWIN*) if test $libdir = . CYGWIN*) if test $libdir = .
......
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