[issue39175] Funkness with issubset

Raymond Hettinger report at bugs.python.org
Tue Dec 31 21:38:03 EST 2019


Raymond Hettinger <raymond.hettinger at gmail.com> added the comment:

The error is in line 51 which should be:  x3=tuple(sorted(x))
That will make sure you always get {('A', 'B')} instead of {('B', 'A')}.

----------
nosy: +rhettinger
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39175>
_______________________________________


More information about the Python-bugs-list mailing list