[issue24413] Inconsistent behavior between set and dict_keys/dict_items: for non-iterable object x, set().__or__(x) raises NotImplementedError, but {}.keys().__or__(x) raises TypeError
Ned Deily
report at bugs.python.org
Tue Jun 9 01:00:43 CEST 2015
Changes by Ned Deily <nad at acm.org>:
----------
nosy: +rhettinger
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24413>
_______________________________________
More information about the Python-bugs-list
mailing list