Author: Maciej Fijalkowski <fij...@gmail.com>
Branch: 
Changeset: r74273:b7ed5b05e428
Date: 2014-10-28 23:14 +0100
http://bitbucket.org/pypy/pypy/changeset/b7ed5b05e428/

Log:    merge

diff --git a/pypy/module/select/test/test_select.py 
b/pypy/module/select/test/test_select.py
--- a/pypy/module/select/test/test_select.py
+++ b/pypy/module/select/test/test_select.py
@@ -309,7 +309,6 @@
         import select
         class Foo(object):
             def fileno(self):
-                print len(l)
                 if len(l) < 100:
                     l.append(Foo())
                 return 0
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to