Author: Alex Gaynor <[email protected]> Branch: stdlib-2.7.8 Changeset: r73017:a12f1078d9af Date: 2014-08-23 13:46 -0700 http://bitbucket.org/pypy/pypy/changeset/a12f1078d9af/
Log: Bump version in docs diff --git a/pypy/doc/coding-guide.rst b/pypy/doc/coding-guide.rst --- a/pypy/doc/coding-guide.rst +++ b/pypy/doc/coding-guide.rst @@ -592,7 +592,7 @@ Modules visible from application programs are imported from interpreter or application level files. PyPy reuses almost all python -modules of CPython's standard library, currently from version 2.7.6. We +modules of CPython's standard library, currently from version 2.7.8. We sometimes need to `modify modules`_ and - more often - regression tests because they rely on implementation details of CPython. _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
