Author: Benjamin Peterson <[email protected]> Branch: extradoc Changeset: r4180:ade4b357fc44 Date: 2012-04-06 13:15 -0400 http://bitbucket.org/pypy/extradoc/changeset/ade4b357fc44/
Log: kill extra word diff --git a/blog/draft/py3k-status-update-3.rst b/blog/draft/py3k-status-update-3.rst --- a/blog/draft/py3k-status-update-3.rst +++ b/blog/draft/py3k-status-update-3.rst @@ -40,8 +40,7 @@ Benjamin finished implementing Python 3 syntax. Most of it was small cleanups and tweaks to be compatible with CPython such as making ``True`` and ``False`` keywords and preventing ``. . .`` from being parsed as ``Ellipsis``. Larger -features syntax additions included keyword only arguments and function -annotations. +syntax additions included keyword only arguments and function annotations. Finally, we did some RPython fixes, so that it is possible again to translate PyPy in the py3k branch. However, the resuling binary is a strange beast which _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
