Author: David Schneider <[email protected]> Branch: release-2.1.x Changeset: r65420:e021941db0c3 Date: 2013-07-17 10:40 +0200 http://bitbucket.org/pypy/pypy/changeset/e021941db0c3/
Log: add the package-tk merge diff --git a/pypy/doc/whatsnew-2.1.rst b/pypy/doc/whatsnew-2.1.rst --- a/pypy/doc/whatsnew-2.1.rst +++ b/pypy/doc/whatsnew-2.1.rst @@ -76,3 +76,8 @@ .. branch: inline-identityhash Inline the fast path of id() and hash() + +.. branch: package-tk +Adapt package.py script to compile CFFI tk extension. Add a --without-tk switch +to optionally skip it. + diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsnew-head.rst @@ -76,3 +76,8 @@ .. branch: inline-identityhash Inline the fast path of id() and hash() + +.. branch: package-tk +Adapt package.py script to compile CFFI tk extension. Add a --without-tk switch +to optionally skip it. + _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
