Author: Philip Jenvey <[email protected]>
Branch: py3k
Changeset: r63714:429037cfae60
Date: 2013-04-27 19:09 -0700
http://bitbucket.org/pypy/pypy/changeset/429037cfae60/

Log:    file is dead, kill

diff --git a/pypy/objspace/std/test/test_proxy_internals.py 
b/pypy/objspace/std/test/test_proxy_internals.py
--- a/pypy/objspace/std/test/test_proxy_internals.py
+++ b/pypy/objspace/std/test/test_proxy_internals.py
@@ -148,11 +148,3 @@
             pass
         lst = tproxy(A, f)
         assert get_tproxy_controller(lst) is f
-
-    def test_proxy_file(self):
-        from __pypy__ import tproxy
-
-        def f(name, *args, **kwds):
-            pass
-
-        t = tproxy(file, f)
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to