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 serhiy.storchaka
Recipients serhiy.storchaka
Date 2019-05-31.14:47:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1559314061.29.0.391357031696.issue37116@roundup.psfhosted.org>
In-reply-to
Content
Two PRs apply PEP 570 syntax to the existing code.

PR 13700 contains only compatible changes and can be applied to 3.8.
It removes existing *args or naming tricks and makes self and cls arguments positional-only (if needed).

PR 12620 contains breaking changes and can be applied only to 3.9. It converts deprecation warnings introduced in 3.8 into errors.
History
Date User Action Args
2019-05-31 14:47:41serhiy.storchakasetrecipients: + serhiy.storchaka
2019-05-31 14:47:41serhiy.storchakasetmessageid: <1559314061.29.0.391357031696.issue37116@roundup.psfhosted.org>
2019-05-31 14:47:41serhiy.storchakalinkissue37116 messages
2019-05-31 14:47:41serhiy.storchakacreate