Author: Philip Jenvey <[email protected]> Branch: py3k Changeset: r58386:96c9e6df0361 Date: 2012-10-23 11:53 -0700 http://bitbucket.org/pypy/pypy/changeset/96c9e6df0361/
Log: fill in the optional _string module's docs diff --git a/pypy/doc/config/objspace.usemodules._string.txt b/pypy/doc/config/objspace.usemodules._string.txt new file mode 100644 --- /dev/null +++ b/pypy/doc/config/objspace.usemodules._string.txt @@ -0,0 +1,2 @@ +Use the '_string' module, which provides the utility functions for the +``string.Formatter`` class. _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
