[New-bugs-announce] [issue37116] Use PEP 570 syntax for positional-only parameters

Serhiy Storchaka report at bugs.python.org
Fri May 31 10:47:41 EDT 2019


New submission from Serhiy Storchaka <storchaka+cpython at gmail.com>:

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.

----------
components: Library (Lib)
messages: 344079
nosy: serhiy.storchaka
priority: normal
severity: normal
status: open
title: Use PEP 570 syntax for positional-only parameters
type: enhancement
versions: Python 3.8, Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37116>
_______________________________________


More information about the New-bugs-announce mailing list