[pypy-commit] pypy py3k: exceptions is really builtins in appdirect

pjenvey noreply at buildbot.pypy.org
Sat May 4 03:47:00 CEST 2013


Author: Philip Jenvey <pjenvey at underboss.org>
Branch: py3k
Changeset: r63841:44741af7e252
Date: 2013-05-03 18:41 -0700
http://bitbucket.org/pypy/pypy/changeset/44741af7e252/

Log:	exceptions is really builtins in appdirect

diff --git a/pypy/tool/pytest/apptest.py b/pypy/tool/pytest/apptest.py
--- a/pypy/tool/pytest/apptest.py
+++ b/pypy/tool/pytest/apptest.py
@@ -20,7 +20,7 @@
 
 RENAMED_USEMODULES = dict(
     _winreg='winreg',
-    exceptions='__exceptions__',
+    exceptions='builtins',
     rctime='time',
     struct='_struct',
     thread='_thread',


More information about the pypy-commit mailing list