[issue28834] Type checking in set comparisons.
New submission from nyoshimizu: The non-operator versions of set comparisons (intersection(), union(), etc.) exhibit inconsistent type checking. They only check the first input before deciding whether or not to raise a TypeError exception. Therefore, it's possible to pass a set first,
[issue28834] Type checking in set comparisons.
nyoshimizu added the comment: I see. Sorry & thanks! -- ___ Python tracker <http://bugs.python.org/issue28834> ___ ___ Python-bugs-list mailing list Unsubscri