[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

[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 --

[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 --

[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 --

[issue30499] Deprecated note in set documentation

2017-06-01 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- pull_requests: +1984 ___ Python tracker ___ ___

[issue30499] Deprecated note in set documentation

2017-06-01 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- pull_requests: +1985 ___ Python tracker ___ ___

[issue30499] Deprecated note in set documentation

2017-06-01 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- pull_requests: +1986 ___ Python tracker ___ ___

[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 --

[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 ___

[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 ___

[issue30499] Deprecated note in set documentation

2017-05-28 Thread Raymond Hettinger
Changes by Raymond Hettinger : -- assignee: docs@python -> rhettinger ___ Python tracker ___

[issue30499] Deprecated note in set documentation

2017-05-28 Thread Roundup Robot
Changes by Roundup Robot : -- pull_requests: +1932 ___ Python tracker ___

[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