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 srittau
Recipients docs@python, srittau
Date 2019-10-13.16:04:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1570982673.75.0.804199303932.issue38467@roundup.psfhosted.org>
In-reply-to
Content
The arguments for typing.get_origin() and typing.get_args() are named "typ" in the documentation (https://docs.python.org/3.8/library/typing.html#typing.get_origin), while they are named "tp" in the implementation. Important if used as keyword argument.
History
Date User Action Args
2019-10-13 16:04:33srittausetrecipients: + srittau, docs@python
2019-10-13 16:04:33srittausetmessageid: <1570982673.75.0.804199303932.issue38467@roundup.psfhosted.org>
2019-10-13 16:04:33srittaulinkissue38467 messages
2019-10-13 16:04:33srittaucreate