[pypy-commit] pypy py3k: Aaaargh

arigo pypy.commits at gmail.com
Thu Sep 22 05:16:19 EDT 2016


Author: Armin Rigo <arigo at 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',


More information about the pypy-commit mailing list