summaryrefslogtreecommitdiffstatshomepage
path: root/tests/basics/string-format-modulo.py
Commit message (Collapse)AuthorAge
* Add string formatting support for longlong and mpz.Dave Hylands2014-04-07
|
* Allow floating point arguments with %d,i,u,o,x,X formatsDave Hylands2014-04-05
|
* Implements most of str.moduloDave Hylands2014-04-03
| | | | | The alternate form for floating point doesn't work yet. The %(name)s form doesn't work yet.
* objstr: Very basic implementation of % string formatting operator.Paul Sokolovsky2014-03-31