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.

classification
Title: Remove set and queue references from Data Types
Type: enhancement Stage: resolved
Components: Documentation Versions: Python 3.8, Python 3.7, Python 3.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: adelfino, docs@python
Priority: normal Keywords: patch

Created on 2018-05-22 14:28 by adelfino, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 7055 merged adelfino, 2018-05-22 14:30
PR 15875 merged miss-islington, 2019-09-10 15:11
PR 15876 merged miss-islington, 2019-09-10 15:11
Messages (4)
msg317293 - (view) Author: Andrés Delfino (adelfino) * (Python triager) Date: 2018-05-22 14:28
Data Types mentions sets (which are now built-in) and synchronized queues (now mentioned in Concurrent Execution). I'm proposing fixing this.

PR also adds mention to bytearray.
msg351696 - (view) Author: Julien Palard (mdk) * (Python committer) Date: 2019-09-10 15:11
New changeset 912108891db52c2067889be1f4ce5713839807cd by Julien Palard (Andre Delfino) in branch 'master':
bpo-33602: Doc: Remove set and queue references from Data Types (GH-7055)
https://github.com/python/cpython/commit/912108891db52c2067889be1f4ce5713839807cd
msg351707 - (view) Author: Julien Palard (mdk) * (Python committer) Date: 2019-09-10 15:42
New changeset 58ef7d341c79f649da275bb1d5c11f668d7bac9e by Julien Palard (Miss Islington (bot)) in branch '3.8':
bpo-33602: Doc: Remove set and queue references from Data Types (GH-7055) (GH-15875)
https://github.com/python/cpython/commit/58ef7d341c79f649da275bb1d5c11f668d7bac9e
msg351708 - (view) Author: Julien Palard (mdk) * (Python committer) Date: 2019-09-10 15:43
New changeset 816825e192ed430438c613d52a58fb9e1a8d90f4 by Julien Palard (Miss Islington (bot)) in branch '3.7':
bpo-33602: Doc: Remove set and queue references from Data Types (GH-7055) (GH-15876)
https://github.com/python/cpython/commit/816825e192ed430438c613d52a58fb9e1a8d90f4
History
Date User Action Args
2022-04-11 14:59:00adminsetgithub: 77783
2019-09-10 15:43:55mdksetstatus: open -> closed
nosy: - mdk

resolution: fixed
stage: patch review -> resolved
2019-09-10 15:43:14mdksetmessages: + msg351708
2019-09-10 15:42:59mdksetmessages: + msg351707
2019-09-10 15:11:34miss-islingtonsetpull_requests: + pull_request15516
2019-09-10 15:11:27miss-islingtonsetpull_requests: + pull_request15515
2019-09-10 15:11:19mdksetnosy: + mdk
messages: + msg351696
2018-05-22 14:30:19adelfinosetkeywords: + patch
stage: patch review
pull_requests: + pull_request6689
2018-05-22 14:28:08adelfinocreate