Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
2dc77f0e
Commit
2dc77f0e
authored
Sep 16, 2016
by
Martin Panter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue #28145: Spelling fixes
parent
525aedc5
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
Lib/test/test_defaultdict.py
Lib/test/test_defaultdict.py
+1
-1
Misc/HISTORY
Misc/HISTORY
+1
-1
Modules/makesetup
Modules/makesetup
+1
-1
No files found.
Lib/test/test_defaultdict.py
View file @
2dc77f0e
...
...
@@ -175,7 +175,7 @@ class TestDefaultDict(unittest.TestCase):
def
test_callable_arg
(
self
):
self
.
assertRaises
(
TypeError
,
defaultdict
,
{})
def
test_pickl
e
ing
(
self
):
def
test_pickling
(
self
):
d
=
defaultdict
(
int
)
d
[
1
]
for
proto
in
range
(
pickle
.
HIGHEST_PROTOCOL
+
1
):
...
...
Misc/HISTORY
View file @
2dc77f0e
...
...
@@ -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 ensu
e
ing 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.
Modules/makesetup
View file @
2dc77f0e
...
...
@@ -82,7 +82,7 @@ esac
NL
=
'\
'
# Setup to link with extra libraries when mak
e
ing 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
=
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment