Author: Armin Rigo <[email protected]> Branch: Changeset: r57545:6be5c34d1bbd Date: 2012-09-25 09:48 +0200 http://bitbucket.org/pypy/pypy/changeset/6be5c34d1bbd/
Log: Add missing doc diff --git a/pypy/doc/config/objspace.usemodules._csv.txt b/pypy/doc/config/objspace.usemodules._csv.txt new file mode 100644 --- /dev/null +++ b/pypy/doc/config/objspace.usemodules._csv.txt @@ -0,0 +1,2 @@ +Implementation in RPython for the core of the 'csv' module + _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
