Issue 26322: Missing docs for typing.Set (original) (raw)

Issue26322

Created on 2016-02-09 20:48 by gvanrossum, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
26322 joegotflow83,2016-03-10 00:21 review
Messages (4)
msg259954 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2016-02-09 20:48
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.
msg261482 - (view) Author: Joseph Moran (joegotflow83) * Date: 2016-03-10 00:21
Deleted second ABSTRACTSET and added SET in typing docs
msg264489 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2016-04-29 11:41
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
msg264490 - (view) Author: Berker Peksag (berker.peksag) * (Python committer) Date: 2016-04-29 11:42
Thanks, Joseph!
History
Date User Action Args
2022-04-11 14:58:27 admin set github: 70510
2016-04-29 11:42:18 berker.peksag set status: open -> closednosy: + berker.peksagmessages: + resolution: fixedstage: needs patch -> resolved
2016-04-29 11:41:47 python-dev set nosy: + python-devmessages: +
2016-03-10 00:21:05 joegotflow83 set files: + 26322nosy: + joegotflow83messages: +
2016-02-09 21:12:15 ezio.melotti set nosy: + ezio.melottitype: enhancementstage: needs patch
2016-02-09 20:48:20 gvanrossum create