Author: Ryan Gonzalez <[email protected]>
Branch: 
Changeset: r71035:f1b863443b2d
Date: 2014-04-27 23:16 +0000
http://bitbucket.org/pypy/pypy/changeset/f1b863443b2d/

Log:    Removed redundant 'except' clause

diff --git a/rpython/rlib/test/test_streamio.py 
b/rpython/rlib/test/test_streamio.py
--- a/rpython/rlib/test/test_streamio.py
+++ b/rpython/rlib/test/test_streamio.py
@@ -1117,8 +1117,6 @@
             x = fo('.test.file', 'r')
             assert x.read() == 'abc123456'
             x.close()
-        except:
-            raise
         finally:
             if os.path.exists('.test.file'):
                 os.remove('.test.file')
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to