Author: Alex Gaynor <[email protected]> Branch: extradoc Changeset: r3852:72616546df0f Date: 2011-07-30 15:31 -0700 http://bitbucket.org/pypy/extradoc/changeset/72616546df0f/
Log: sexier title. diff --git a/blog/draft/string-formatting.rst b/blog/draft/string-formatting.rst --- a/blog/draft/string-formatting.rst +++ b/blog/draft/string-formatting.rst @@ -1,5 +1,5 @@ -String formatting with PyPy -=========================== +PyPy is faster than C, again: string formatting +=============================================== String formatting is probably something you do just about every day in Python, and never think about. It's so easy, just ``"%d %d" % (i, i)`` and you're _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
