[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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, patch by Joseph Moran
https://hg.python.org/cpython/rev/d263dcfd9bb6

--
nosy: +python-dev

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com