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.

Author gvanrossum
Recipients docs@python, gvanrossum
Date 2016-02-09.20:48:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1455050900.92.0.506743123977.issue26322@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2016-02-09 20:48:20gvanrossumsetrecipients: + gvanrossum, docs@python
2016-02-09 20:48:20gvanrossumsetmessageid: <1455050900.92.0.506743123977.issue26322@psf.upfronthosting.co.za>
2016-02-09 20:48:20gvanrossumlinkissue26322 messages
2016-02-09 20:48:20gvanrossumcreate