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
355bbb0a
Commit
355bbb0a
authored
Sep 16, 2016
by
Martin Panter
Browse files
Options
Browse Files
Download
Plain Diff
Issue #28145: Merge spelling fixes from 3.5 into 3.6
parents
993b6f5c
2dc77f0e
Changes
3
Show 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 @
355bbb0a
...
...
@@ -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 @
355bbb0a
...
...
@@ -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 @
355bbb0a
...
...
@@ -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