This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Alexander Mentis
Recipients Alexander Mentis, docs@python, rhettinger, serhiy.storchaka
Date 2017-11-10.23:56:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1510358212.09.0.213398074469.issue31995@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-11-10 23:56:52Alexander Mentissetrecipients: + Alexander Mentis, rhettinger, docs@python, serhiy.storchaka
2017-11-10 23:56:52Alexander Mentissetmessageid: <1510358212.09.0.213398074469.issue31995@psf.upfronthosting.co.za>
2017-11-10 23:56:52Alexander Mentislinkissue31995 messages
2017-11-10 23:56:52Alexander Mentiscreate