Author: Armin Rigo <ar...@tunes.org> Branch: Changeset: r91076:3ac7b22f8ffa Date: 2017-04-17 22:25 +0200 http://bitbucket.org/pypy/pypy/changeset/3ac7b22f8ffa/
Log: Avoid freezing lib-python/2.7/__future__.py diff --git a/pypy/module/__builtin__/app_functional.py b/pypy/module/__builtin__/app_functional.py --- a/pypy/module/__builtin__/app_functional.py +++ b/pypy/module/__builtin__/app_functional.py @@ -2,7 +2,6 @@ Plain Python definition of the builtin functions oriented towards functional programming. """ -from __future__ import with_statement import operator from __pypy__ import resizelist_hint, newlist_hint from __pypy__ import specialized_zip_2_lists _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit