Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Two fixes for extended call syntax: | Jeremy Hylton | 2000-03-30 | 1 | -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 checkin | Jeremy Hylton | 2000-03-28 | 1 | -1/+1 | |
| | ||||||
* | add test cases for Greg Ewing's extended call syntax patch | Jeremy Hylton | 2000-03-28 | 1 | -0/+99 | |