summaryrefslogtreecommitdiffstats
path: root/Lib/test/output/test_extcall
Commit message (Collapse)AuthorAgeFilesLines
* Two fixes for extended call syntax:Jeremy Hylton2000-03-301-0/+4
| | | | | | | If a non-tuple sequence is passed as the *arg, convert it to a tuple before checking its length. If named keyword arguments are used in combination with **kwargs, make a copy of kwargs before inserting the new keys.
* fix previous checkinJeremy Hylton2000-03-281-0/+7
|
* add test cases for Greg Ewing's extended call syntax patchJeremy Hylton2000-03-281-0/+18