summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_positional_only_arg.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-37122: Make co->co_argcount represent the total number of positonal argum...Pablo Galindo2019-06-011-2/+2
* bpo-37108: Support super with methods that use positional-only arguments (GH-...Pablo Galindo2019-05-311-0/+14
* bpo-36540: PEP 570 -- Implementation (GH-12701)Pablo Galindo2019-04-291-0/+403