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