Message 332842 - Python tracker

Message332842

Author nnnnnn
Recipients docs@python, nnnnnn
Date 2019-01-01.07:35:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1546328143.85.0.754432945533.issue35631@roundup.psfhosted.org>
In-reply-to
Content
The typing docs for List includes a note to use generic collection types, but lists AbstractSet and Mapping which aren't generally replacements for a List. It would be better to remove those types from the List note and add corresponding ones to Dict and Set which are currently lacking it.

Additionally, some examples in the typing docs are in violation of the above stated preference, using Lists and Dicts as parameters.
History
Date User Action Args
2019-01-01 07:35:47nnnnnnsetrecipients: + nnnnnn, docs@python
2019-01-01 07:35:43nnnnnnsetmessageid: <1546328143.85.0.754432945533.issue35631@roundup.psfhosted.org>
2019-01-01 07:35:43nnnnnnlinkissue35631 messages
2019-01-01 07:35:43nnnnnncreate