mirror of https://github.com/python/cpython.git
Issue #28300: Merge from 3.5
This commit is contained in:
commit
d39370ba41
|
@ -16,7 +16,7 @@ and omissions and lag behind changes in idlelib.
|
|||
|
||||
|
||||
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.
|
||||
|
||||
Startup
|
||||
|
|
|
@ -4565,7 +4565,7 @@ def test_equality(self):
|
|||
self.assertTrue(ns2 != ns3)
|
||||
self.assertTrue(ns2 != ns4)
|
||||
|
||||
def test_equality_returns_notimplemeted(self):
|
||||
def test_equality_returns_notimplemented(self):
|
||||
# See issue 21481
|
||||
ns = argparse.Namespace(a=1, b=2)
|
||||
self.assertIs(ns.__eq__(None), NotImplemented)
|
||||
|
|
Loading…
Reference in New Issue