mirror of
https://github.com/python/cpython.git
synced 2025-11-13 15:40:05 +00:00
bpo-20201: variadic arguments support for AC (GH-18609)
Implement support for `*args` in AC, and port `print()` to use it.
This commit is contained in:
parent
7915c96ffd
commit
9af34c9351
8 changed files with 664 additions and 100 deletions
|
|
@ -0,0 +1 @@
|
|||
Added support for variadic positional parameters in Argument Clinic.
|
||||
Loading…
Add table
Add a link
Reference in a new issue