Pablo Galindo Salgado added the comment:
(arg* posonlyargs) is correct and was added to 3.8 as part of
https://www.python.org/dev/peps/pep-0570/
--
nosy: +pablogsal
resolution: -> not a bug
stage: -> resolved
status: open -> closed
___
Python tra
New submission from James Foster :
https://docs.python.org/3.8/library/ast.html shows seven elements:
arguments = (arg* posonlyargs, arg* args, arg? vararg, arg* kwonlyargs,
expr* kw_defaults, arg? kwarg, expr* defaults)
https://docs.python.org/3.7/library/ast.html shows si