Message 272009 - Python tracker (original) (raw)

Message272009

Author michael0x2a
Recipients docs@python, gvanrossum, michael0x2a
Date 2016-08-05.03:37:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id 1470368224.56.0.159287783102.issue27688@psf.upfronthosting.co.za
In-reply-to
Content
This patch updates the section about `Any` in the typing module. Previously, that section was relatively sparse and didn't seem to do a very good job of helping the reader understand what the distinction between `Any` and `object` is. This patch expands that section and adds several examples borrowed from the mypy docs and PEP 484.
History
Date User Action Args
2016-08-05 03:37:04 michael0x2a set recipients: + michael0x2a, gvanrossum, docs@python
2016-08-05 03:37:04 michael0x2a set messageid: 1470368224.56.0.159287783102.issue27688@psf.upfronthosting.co.za
2016-08-05 03:37:04 michael0x2a link issue27688 messages
2016-08-05 03:37:03 michael0x2a create