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@python
components: Documentation
messages: 294662
nosy: docs@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue30499>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to