Author: Maciej Fijalkowski <[email protected]> Branch: Changeset: r59027:bf88b896dd81 Date: 2012-11-21 16:58 +0100 http://bitbucket.org/pypy/pypy/changeset/bf88b896dd81/
Log: fix broken links diff --git a/pypy/doc/release-2.0.0-beta1.rst b/pypy/doc/release-2.0.0-beta1.rst --- a/pypy/doc/release-2.0.0-beta1.rst +++ b/pypy/doc/release-2.0.0-beta1.rst @@ -100,6 +100,9 @@ unicode strings, which means that now such collections will be both faster and more compact. +.. _`cpython issue tracker`: http://bugs.python.org/issue14621 +.. _`jit hooks`: http://doc.pypy.org/en/latest/jit-hooks.html + Things we're working on ======================= _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
