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 mdk
Recipients docs@python, mdk, rhettinger
Date 2017-05-28.21:30:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1496007018.0.0.712296031489.issue30499@psf.upfronthosting.co.za>
In-reply-to
Content
While translating doc to french, I found a surprising comment in stdtypes.html about sets, stating:

> To support searching for an equivalent frozenset, the elem set is temporarily mutated during the search and then restored. During the search, the elem set should not be read or mutated since it does not have a meaningful value.

So I searched the equivalent in the code, at least to help me understand it to translate it in a proper way, but found it has been deleted in 51ced7afe72d861b46f069d757f2787f13253d32.

This commit is in branches 2.7 and 3.1 to 3.6 (and master).
History
Date User Action Args
2017-05-28 21:30:18mdksetrecipients: + mdk, rhettinger, docs@python
2017-05-28 21:30:18mdksetmessageid: <1496007018.0.0.712296031489.issue30499@psf.upfronthosting.co.za>
2017-05-28 21:30:17mdklinkissue30499 messages
2017-05-28 21:30:17mdkcreate