aboutsummaryrefslogtreecommitdiff
path: root/tests/basics/fun_kwvarargs.py
AgeCommit message (Collapse)Author
2015-10-02tests: Allow tests to pass against CPython 3.5.Damien George
All breaking changes going from 3.4 to 3.5 are contained in basics/python34.py.
2015-09-23py: Fix call args when a stararg is followed by keyword args.Delio Brignoli
2014-07-05tests: Rename test scripts, changing - to _ for consistency.Damien George
From now on, all new tests must use underscore. Addresses issue #727.