Posted on Apr 8, 2009 by
Helpful Lion
Implement various builtins: cmp, isinstance, max, min, ord, pow, sum Includes tests except for isinstance.
- various_builtins.patch 4.27KB
Comment #1
Posted on Apr 8, 2009 by Happy ElephantPatch applied. Also added algorithm to do pow(x,y,z). Thanks.
Status: Fixed
Labels:
Type-Defect
Priority-Medium