implement sorted(genexp) as [listcomp].sort()
authorStefan Behnel <scoder@users.berlios.de>
Mon, 22 Nov 2010 07:09:45 +0000 (08:09 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Mon, 22 Nov 2010 07:09:45 +0000 (08:09 +0100)
commit39570c69455d813471cb0222f8d191c8ac8a26d2
tree1cb163e975709ec35de891eb379ce604177e9954
parent134af5de1374b1b27c737fe07b35f67aadd538a2
implement sorted(genexp) as [listcomp].sort()
Cython/Compiler/Optimize.py
Cython/Compiler/UtilNodes.py
runtests.py
tests/run/builtin_sorted.pyx [new file with mode: 0644]