mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
#11515: Merge with 3.1.
This commit is contained in:
commit
4969f709cc
49 changed files with 58 additions and 58 deletions
|
@ -583,7 +583,7 @@ class TestSet(TestJointOps):
|
|||
self.le_called = True
|
||||
return False
|
||||
|
||||
# This first tries the bulitin rich set comparison, which doesn't know
|
||||
# This first tries the builtin rich set comparison, which doesn't know
|
||||
# how to handle the custom object. Upon returning NotImplemented, the
|
||||
# corresponding comparison on the right object is invoked.
|
||||
myset = {1, 2, 3}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue