Author: Alex Gaynor <alex.gay...@gmail.com> Branch: stdlib-2.7.4 Changeset: r66191:c40b7b15e939 Date: 2013-08-18 11:59 -0700 http://bitbucket.org/pypy/pypy/changeset/c40b7b15e939/
Log: Bumped version numbers 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 @@ -587,7 +587,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.3. We +modules of CPython's standard library, currently from version 2.7.4. We sometimes need to `modify modules`_ and - more often - regression tests because they rely on implementation details of CPython. diff --git a/pypy/module/cpyext/include/patchlevel.h b/pypy/module/cpyext/include/patchlevel.h --- a/pypy/module/cpyext/include/patchlevel.h +++ b/pypy/module/cpyext/include/patchlevel.h @@ -26,7 +26,7 @@ #define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "2.7.3" +#define PY_VERSION "2.7.4" /* PyPy version as a string */ #define PYPY_VERSION "2.2.0-alpha0" _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit