summaryrefslogtreecommitdiff
path: root/tests/basics/string-format-modulo.py
AgeCommit message (Collapse)Author
2014-04-03Implements most of str.moduloDave Hylands
The alternate form for floating point doesn't work yet. The %(name)s form doesn't work yet.
2014-03-31objstr: Very basic implementation of % string formatting operator.Paul Sokolovsky