[pypy-commit] pypy stdlib-2.7.8: Bump version in docs

alex_gaynor noreply at buildbot.pypy.org
Sat Aug 23 22:46:57 CEST 2014


Author: Alex Gaynor <alex.gaynor at gmail.com>
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.
 


More information about the pypy-commit mailing list