mirror of
https://github.com/python/cpython.git
synced 2025-08-27 04:05:34 +00:00
Issue #28300: Merge from 3.5
This commit is contained in:
commit
d39370ba41
2 changed files with 2 additions and 2 deletions
|
@ -4565,7 +4565,7 @@ class TestNamespace(TestCase):
|
|||
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…
Add table
Add a link
Reference in a new issue