erkyrath / tworld

A choice-based shared online text environment sandbox
MIT License
72 stars 13 forks source link

Add list.sort() #146

Closed erkyrath closed 10 years ago

erkyrath commented 10 years ago

This was not a high priority in its own right, but was a good test of functools.partial and the underlying code-calling API. (list.sort takes a callable argument.)