[ZODB-Dev] [Where to submit bugs for ZODB3-3.1b1] - ZEO - Linux-only dependency??

Ury Marshak um@hottech-israel.com
Sun, 22 Sep 2002 22:32:52 +0200


ZEO/zrpc/connection.py:

    def pending(self):
        """Invoke mainloop until any pending messages are handled."""
..............
Line 392:
        poll = select.poll()

It seems that 'select.poll' is not available on windows :( 

Noticed this when trying to forward-port an 'update' method into the
ZEO version that works with ZODB4...

Ury