[py-svn] r40719 - py/trunk/py/green/pipe

fijal at codespeak.net fijal at codespeak.net
Sun Mar 18 19:47:29 CET 2007


Author: fijal
Date: Sun Mar 18 19:47:26 2007
New Revision: 40719

Modified:
   py/trunk/py/green/pipe/gsocket.py
Log:
Argh. There should be post-commit hook which warns about every import pdb in your code.


Modified: py/trunk/py/green/pipe/gsocket.py
==============================================================================
--- py/trunk/py/green/pipe/gsocket.py	(original)
+++ py/trunk/py/green/pipe/gsocket.py	Sun Mar 18 19:47:26 2007
@@ -36,7 +36,6 @@
                 s, addr = self._s.accept()
                 break
             except error, e:
-                import pdb;pdb.set_trace()
                 if e.args[0] not in (errno.EAGAIN, errno.EWOULDBLOCK):
                     raise
             self.wait_input()


More information about the py-svn mailing list