[issue26322] Missing docs for typing.Set
New submission from Guido van Rossum: The typing docs don't seem to mention Set (which is a bit of an anomaly, since it corresponds to builtins.set, not to collections.abc.Set -- the latter is typing.AbstractSet). Also, AbstractSet is mentioned twice. (And the second occurrence somehow doesn't have a "paragraph" link.) All this should be easy to fix. ---------- assignee: docs@python components: Documentation keywords: easy messages: 259954 nosy: docs@python, gvanrossum priority: normal severity: normal status: open title: Missing docs for typing.Set versions: Python 3.5, Python 3.6 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue26322> _______________________________________
Changes by Ezio Melotti <ezio.melotti@gmail.com>: ---------- nosy: +ezio.melotti stage: -> needs patch type: -> enhancement _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue26322> _______________________________________
Joseph Moran added the comment: Deleted second ABSTRACTSET and added SET in typing docs ---------- nosy: +joegotflow83 Added file: http://bugs.python.org/file42109/26322 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue26322> _______________________________________
Roundup Robot added the comment: New changeset 6cd8cd14f648 by Berker Peksag in branch '3.5': Issue #26322: Document typing.Set, patch by Joseph Moran https://hg.python.org/cpython/rev/6cd8cd14f648 New changeset d263dcfd9bb6 by Berker Peksag in branch 'default': Issue #26322: Document typing.Set, patch by Joseph Moran https://hg.python.org/cpython/rev/d263dcfd9bb6 ---------- nosy: +python-dev _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue26322> _______________________________________
Berker Peksag added the comment: Thanks, Joseph! ---------- nosy: +berker.peksag resolution: -> fixed stage: needs patch -> resolved status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue26322> _______________________________________
participants (5)
-
Berker Peksag
-
Ezio Melotti
-
Guido van Rossum
-
Joseph Moran
-
Roundup Robot