[issue30499] Deprecated note in set documentation

2017-06-01 Thread Mariatta Wijaya

Mariatta Wijaya added the comment:

Thanks Julien and Raymond.
PR has been merged and backported to 2.7, 3.5 and 3.6.

--
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue30499] Deprecated note in set documentation

2017-06-01 Thread Mariatta Wijaya

Mariatta Wijaya added the comment:


New changeset 662d856cd7d21dbdbd4043c1735d93b32568c9e5 by Mariatta in branch 
'2.7':
bpo-30499: Remove a deprecated note about sets. (GH-1848) (GH-1907)
https://github.com/python/cpython/commit/662d856cd7d21dbdbd4043c1735d93b32568c9e5


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue30499] Deprecated note in set documentation

2017-06-01 Thread Mariatta Wijaya

Mariatta Wijaya added the comment:


New changeset 9d752aa5e695d682f3cfc40655580900b132e52a by Mariatta in branch 
'3.6':
bpo-30499: Remove a deprecated note about sets. (GH-1848) (GH-1905)
https://github.com/python/cpython/commit/9d752aa5e695d682f3cfc40655580900b132e52a


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue30499] Deprecated note in set documentation

2017-06-01 Thread Mariatta Wijaya

Mariatta Wijaya added the comment:


New changeset 3419fc2bf1e81d42ef4578e59d3c10f9c239e80f by Mariatta in branch 
'3.5':
bpo-30499: Remove a deprecated note about sets. (GH-1848) (GH-1906)
https://github.com/python/cpython/commit/3419fc2bf1e81d42ef4578e59d3c10f9c239e80f


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue30499] Deprecated note in set documentation

2017-06-01 Thread Mariatta Wijaya

Changes by Mariatta Wijaya :


--
pull_requests: +1984

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue30499] Deprecated note in set documentation

2017-06-01 Thread Mariatta Wijaya

Changes by Mariatta Wijaya :


--
pull_requests: +1985

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue30499] Deprecated note in set documentation

2017-06-01 Thread Mariatta Wijaya

Changes by Mariatta Wijaya :


--
pull_requests: +1986

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue30499] Deprecated note in set documentation

2017-06-01 Thread Mariatta Wijaya

Mariatta Wijaya added the comment:


New changeset 0737ee20671d60802a7ef40f653fe449f1921de0 by Mariatta (Julien) in 
branch 'master':
bpo-30499: Remove a deprecated note about sets. (GH-1848)
https://github.com/python/cpython/commit/0737ee20671d60802a7ef40f653fe449f1921de0


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue30499] Deprecated note in set documentation

2017-05-31 Thread Raymond Hettinger

Raymond Hettinger added the comment:

This is good to go.

--
assignee: rhettinger -> Mariatta
nosy: +Mariatta

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue30499] Deprecated note in set documentation

2017-05-31 Thread Mariatta Wijaya

Changes by Mariatta Wijaya :


--
stage:  -> patch review
versions: +Python 3.7

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue30499] Deprecated note in set documentation

2017-05-28 Thread Raymond Hettinger

Changes by Raymond Hettinger :


--
assignee: docs@python -> rhettinger

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue30499] Deprecated note in set documentation

2017-05-28 Thread Roundup Robot

Changes by Roundup Robot :


--
pull_requests: +1932

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue30499] Deprecated note in set documentation

2017-05-28 Thread Julien Palard

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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com