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 shiyuchong
Recipients docs@python, shiyuchong
Date 2019-07-19.03:43:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1563507822.25.0.227141722177.issue37626@roundup.psfhosted.org>
In-reply-to
Content
In https://docs.python.org/3/whatsnew/3.4.html#api-and-feature-removals,It is said "inspect.Signature: positional-only parameters are now required to have a valid name." 
But in https://docs.python.org/3/library/inspect.html?highlight=3.4#inspect.Signature, the actual change happened in inspect.Parameter, " Changed in version 3.4: In Python 3.3 Parameter objects were allowed to have name set to None if their kind was set to POSITIONAL_ONLY. This is no longer permitted."
So I wonder is it a mistake?
History
Date User Action Args
2019-07-19 03:43:42shiyuchongsetrecipients: + shiyuchong, docs@python
2019-07-19 03:43:42shiyuchongsetmessageid: <1563507822.25.0.227141722177.issue37626@roundup.psfhosted.org>
2019-07-19 03:43:42shiyuchonglinkissue37626 messages
2019-07-19 03:43:41shiyuchongcreate