[docs] [issue37456] FAQ says positional arguments aren't a thing

SoniEx2 report at bugs.python.org
Sun Jun 30 20:09:37 EDT 2019


New submission from SoniEx2 <fakedme at gmail.com>:

https://docs.python.org/3.8/faq/programming.html#what-does-the-slash-in-the-parameter-list-of-a-function-mean

"Note that as of this writing this is only documentational and no valid syntax in Python, although there is PEP 570, which proposes a syntax for position-only parameters in Python."

>From what I understand, they are now a thing. Perhaps it's time to take that out?

----------
assignee: docs at python
components: Documentation
messages: 346947
nosy: SoniEx2, docs at python
priority: normal
severity: normal
status: open
title: FAQ says positional arguments aren't a thing
versions: Python 3.8

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


More information about the docs mailing list