File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ def _factory(self):
175175 def test_callable_arg (self ):
176176 self .assertRaises (TypeError , defaultdict , {})
177177
178- def test_pickleing (self ):
178+ def test_pickling (self ):
179179 d = defaultdict (int )
180180 d [1 ]
181181 for proto in range (pickle .HIGHEST_PROTOCOL + 1 ):
Original file line number Diff line number Diff line change @@ -23445,7 +23445,7 @@ uudecode bug where it complaints about trailing garbage is still there
2344523445decimal numbers).
2344623446
2344723447- In string.atof(), don't fail when the "re" module is unavailable.
23448- Plug the ensueing security leak by supplying an empty __builtins__
23448+ Plug the ensuing security leak by supplying an empty __builtins__
2344923449directory to eval().
2345023450
2345123451- A bunch of small fixes and improvements to Tkinter.py.
Original file line number Diff line number Diff line change 8282NL=' \
8383'
8484
85- # Setup to link with extra libraries when makeing shared extensions.
85+ # Setup to link with extra libraries when making shared extensions.
8686# Currently, only Cygwin needs this baggage.
8787case ` uname -s` in
8888CYGWIN* ) if test $libdir = .
You can’t perform that action at this time.
0 commit comments