[issue26322] Missing docs for typing.Set

2016-04-29 Thread Berker Peksag
Berker Peksag added the comment: Thanks, Joseph! -- nosy: +berker.peksag resolution: -> fixed stage: needs patch -> resolved status: open -> closed ___ Python tracker ___ __

[issue26322] Missing docs for typing.Set

2016-04-29 Thread Roundup Robot
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

[issue26322] Missing docs for typing.Set

2016-03-09 Thread Joseph Moran
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 _

[issue26322] Missing docs for typing.Set

2016-02-09 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +ezio.melotti stage: -> needs patch type: -> enhancement ___ Python tracker ___ ___ Python-bugs-l

[issue26322] Missing docs for typing.Set

2016-02-09 Thread Guido van Rossum
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