[issue31995] Set operations documentation error

Alexander Mentis report at bugs.python.org
Fri Nov 10 18:56:52 EST 2017


Alexander Mentis <asmentis at gmail.com> added the comment:

I don't think you understood my bug.

That the augmented assignment operators work differently for set and frozenset is not the issue.

The issue is that the documentation says that the |=, &=, -=, ^= operators do not apply to immutable instances of frozenset. This is incorrect.

----------
resolution: rejected -> 
status: closed -> open

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


More information about the Python-bugs-list mailing list