Author: Armin Rigo <ar...@tunes.org> Branch: py3k Changeset: r87308:39f6d2a2c675 Date: 2016-09-22 11:15 +0200 http://bitbucket.org/pypy/pypy/changeset/39f6d2a2c675/
Log: Aaaargh diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py --- a/pypy/interpreter/baseobjspace.py +++ b/pypy/interpreter/baseobjspace.py @@ -1970,7 +1970,7 @@ 'UnicodeWarning', 'ValueError', 'Warning', - 'ZeroDivisionError' + 'ZeroDivisionError', 'RuntimeWarning', 'PendingDeprecationWarning', 'UserWarning', _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit