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 David E. Franco G., Spencer Brown, gvanrossum, levkivskyi, yselivanov
Date 2016-10-22.14:35:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1477146918.21.0.288834462479.issue27989@psf.upfronthosting.co.za>
In-reply-to
Content
Hm, I actually like the original proposal better. Perhaps collections.abc.Mapping is more common than typing.Mapping, but is it more common *in function annotations*? I don't think so.

Also, I like showing e.g. Iterator[Tuple[int, Any]] rather than just Iterator. This is documentation we're talking about, and the parameter types are very useful as documentation. (However, abbreviating List[Any] as List is fine, since they mean the same thing.)
History
Date User Action Args
2016-10-22 14:35:18gvanrossumsetrecipients: + gvanrossum, yselivanov, levkivskyi, Spencer Brown, David E. Franco G.
2016-10-22 14:35:18gvanrossumsetmessageid: <1477146918.21.0.288834462479.issue27989@psf.upfronthosting.co.za>
2016-10-22 14:35:18gvanrossumlinkissue27989 messages
2016-10-22 14:35:17gvanrossumcreate