summaryrefslogtreecommitdiff
path: root/tests/basics/fun-kwargs.py
AgeCommit message (Expand)Author
2014-07-05tests: Rename test scripts, changing - to _ for consistency.Damien George
2014-02-16Support passing positional args as keywords to bytecode functions.Paul Sokolovsky
2014-02-16Rename fun-kwargs.py -> fun-kwvarargs.py to free up slot for simple kw test.Paul Sokolovsky
2014-02-16py: Pass keyword arguments to byte code.Damien George