summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_extcall.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Two fixes for extended call syntax:Jeremy Hylton2000-03-301-0/+44
| | | | | | | 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-1/+1
|
* add test cases for Greg Ewing's extended call syntax patchJeremy Hylton2000-03-281-0/+99