- Python 2:
sendallon a non-blocking socket could spuriously fail
with a timeout. - If
sys.stderrhas been monkey-patched (not recommended),
exceptions that the hub reports aren't lost and can still be caught.
Reported in :issue:825by Jelle Smet. - :class:
selectors.SelectSelectoris properly monkey-patched
regardless of the order of imports. Reported in :issue:835by
Przemysław Węgrzyn. - Python 2:
reload(site)no longer fails with aTypeErrorif
gevent has been imported. Reported in :issue:805by Jake Hilton.