summaryrefslogtreecommitdiff
path: root/tests/basics/builtin_id.py
AgeCommit message (Expand)Author
2014-02-04Fix unstable case in builtin_id.py test.Paul Sokolovsky
2014-02-02Change id to return signed integer.Damien George
2014-02-01Implement and add tests for the id() builtin function.xbe