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 ramalho
Recipients docs@python, ramalho
Date 2020-06-14.19:43:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1592163787.83.0.523481527574.issue40978@roundup.psfhosted.org>
In-reply-to
Content
The typing module documentation (https://docs.python.org/3/library/typing.html#typing.SupportsInt) does not mention that the protocols listed below are all decorated with `@runtime_checkable`. This should mentioned in the entry for each protocol and also in the entry for `@runtime_checkable`

* SupportsAbs
* SupportsBytes
* SupportsComplex
* SupportsFloat
* SupportsIndex
* SupportsInt
* SupportsRound
History
Date User Action Args
2020-06-14 19:43:07ramalhosetrecipients: + ramalho, docs@python
2020-06-14 19:43:07ramalhosetmessageid: <1592163787.83.0.523481527574.issue40978@roundup.psfhosted.org>
2020-06-14 19:43:07ramalholinkissue40978 messages
2020-06-14 19:43:07ramalhocreate