enable two-value form of builtin pow()
authorStefan Behnel <scoder@users.berlios.de>
Thu, 4 Nov 2010 22:45:44 +0000 (23:45 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Thu, 4 Nov 2010 22:45:44 +0000 (23:45 +0100)
commit17f53ec11a29228a448065510d28a91d3c6415aa
treed8a76de6e20bdf5894f9edbd39b23fb81ee24d4f
parent4d3030b36c61f2be009916281c32d2868e9d61e5
enable two-value form of builtin pow()
Cython/Compiler/Builtin.py
tests/compile/builtinfuncs.pyx
tests/run/builtin_pow.pyx [new file with mode: 0644]