mirror of
https://github.com/python/cpython.git
synced 2025-10-10 00:43:41 +00:00
Issue #16148: implemented PEP 424
This commit is contained in:
parent
ef08fb1f04
commit
aa9a79d279
14 changed files with 161 additions and 82 deletions
|
@ -848,8 +848,6 @@ class TestBasicOps(unittest.TestCase):
|
|||
for v in self.set:
|
||||
self.assertIn(v, self.values)
|
||||
setiter = iter(self.set)
|
||||
# note: __length_hint__ is an internal undocumented API,
|
||||
# don't rely on it in your own programs
|
||||
self.assertEqual(setiter.__length_hint__(), len(self.set))
|
||||
|
||||
def test_pickling(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue