Commit a742e84d authored by Robert Bradshaw's avatar Robert Bradshaw

optional arguments for list.sort()

parent 1a5a6885
......@@ -101,7 +101,7 @@ builtin_types_table = [
("list", "PyList_Type", [("append", "OO", "i", "PyList_Append"),
("insert", "OZO", "i", "PyList_Insert"),
("sort", "O", "i", "PyList_Sort"),
# ("sort", "O", "i", "PyList_Sort"), # has optional arguments
("reverse","O", "i", "PyList_Reverse")]),
("dict", "PyDict_Type", [("items", "O", "O", "PyDict_Items"),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment