mirror of
https://github.com/python/cpython.git
synced 2025-08-10 03:49:18 +00:00
Issue #28300: Merge from 3.5
This commit is contained in:
commit
d39370ba41
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ and omissions and lag behind changes in idlelib.
|
||||||
|
|
||||||
|
|
||||||
IDLELIB FILES
|
IDLELIB FILES
|
||||||
Implemetation files not in IDLE MENU are marked (nim).
|
Implementation files not in IDLE MENU are marked (nim).
|
||||||
Deprecated files and objects are listed separately as the end.
|
Deprecated files and objects are listed separately as the end.
|
||||||
|
|
||||||
Startup
|
Startup
|
||||||
|
|
|
@ -4565,7 +4565,7 @@ class TestNamespace(TestCase):
|
||||||
self.assertTrue(ns2 != ns3)
|
self.assertTrue(ns2 != ns3)
|
||||||
self.assertTrue(ns2 != ns4)
|
self.assertTrue(ns2 != ns4)
|
||||||
|
|
||||||
def test_equality_returns_notimplemeted(self):
|
def test_equality_returns_notimplemented(self):
|
||||||
# See issue 21481
|
# See issue 21481
|
||||||
ns = argparse.Namespace(a=1, b=2)
|
ns = argparse.Namespace(a=1, b=2)
|
||||||
self.assertIs(ns.__eq__(None), NotImplemented)
|
self.assertIs(ns.__eq__(None), NotImplemented)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue