[Neo-report] r1922 gregory - /trunk/neo/event.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Mar 8 21:43:30 CET 2010


Author: gregory
Date: Mon Mar  8 21:43:30 2010
New Revision: 1922

Log:
Remove a false assert: timeout can be None.

Modified:
    trunk/neo/event.py

Modified: trunk/neo/event.py
==============================================================================
--- trunk/neo/event.py [iso-8859-1] (original)
+++ trunk/neo/event.py [iso-8859-1] Mon Mar  8 21:43:30 2010
@@ -99,7 +99,6 @@
                     self._addPendingConnection(to_process)
 
     def _poll(self, timeout = 1):
-        assert timeout >= 0
         rlist, wlist, elist = self.epoll.poll(timeout)
         r_done_set = set()
         for fd in rlist:





More information about the Neo-report mailing list