[New-bugs-announce] [issue30499] Deprecated note in set documentation

Julien Palard report at bugs.python.org
Sun May 28 17:30:18 EDT 2017


New submission from Julien Palard:

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).

----------
assignee: docs at python
components: Documentation
messages: 294662
nosy: docs at python, mdk, rhettinger
priority: normal
severity: normal
status: open
title: Deprecated note in set documentation
versions: Python 2.7, Python 3.5, Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30499>
_______________________________________


More information about the New-bugs-announce mailing list