Message 344413 - Python tracker

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.

Content
> New changeset 2085bd0877e17ad4d98a4586d5eabb6faecbb190 by Serhiy Storchaka in branch 'master':
> bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-13700)
> https://github.com/python/cpython/commit/2085bd0877e17ad4d98a4586d5eabb6faecbb190

Oh thanks, this change is really nice! It shows that PEP 570 is really useful!