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
c16387b1
Commit
c16387b1
authored
Sep 28, 2016
by
Berker Peksag
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue #28300: Fix typos, patch by Shlomi Fish
parent
de55c612
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Lib/idlelib/README.txt
Lib/idlelib/README.txt
+1
-1
Lib/test/test_argparse.py
Lib/test/test_argparse.py
+1
-1
No files found.
Lib/idlelib/README.txt
View file @
c16387b1
...
...
@@ -16,7 +16,7 @@ and omissions and lag behind changes in idlelib.
IDLELIB FILES
Implemetation files not in IDLE MENU are marked (nim).
Impleme
n
tation files not in IDLE MENU are marked (nim).
Deprecated files and objects are listed separately as the end.
Startup
...
...
Lib/test/test_argparse.py
View file @
c16387b1
...
...
@@ -4550,7 +4550,7 @@ class TestNamespace(TestCase):
self
.
assertTrue
(
ns2
!=
ns3
)
self
.
assertTrue
(
ns2
!=
ns4
)
def
test_equality_returns_notimplemeted
(
self
):
def
test_equality_returns_notimpleme
n
ted
(
self
):
# See issue 21481
ns
=
argparse
.
Namespace
(
a
=
1
,
b
=
2
)
self
.
assertIs
(
ns
.
__eq__
(
None
),
NotImplemented
)
...
...
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