pythonizer
pythonizer copied to clipboard
python sort function is called sorted, not sort
The method generated for a perl sort
should be sorted()
, not sort()
.
Fixed in https://github.com/snoopyjc/pythonizer