Commit 95e48ebd authored by Jason Madden's avatar Jason Madden

changenotes for 1.1.2 so they show on the website. [skip ci]

parent 4b3fba8a
......@@ -123,6 +123,20 @@ Other Changes
exceptions that the hub reports aren't lost and can still be caught.
Reported in :issue:`825` by Jelle Smet.
1.1.2 (Jul 21, 2016)
====================
- Python 2: ``sendall`` on a non-blocking socket could spuriously fail
with a timeout.
- If ``sys.stderr`` has been monkey-patched (not recommended),
exceptions that the hub reports aren't lost and can still be caught.
Reported in :issue:`825` by Jelle Smet.
- :class:`selectors.SelectSelector` is properly monkey-patched
regardless of the order of imports. Reported in :issue:`835` by
Przemysław Węgrzyn.
- Python 2: ``reload(site)`` no longer fails with a ``TypeError`` if
gevent has been imported. Reported in :issue:`805` by Jake Hilton.
1.1.1 (Apr 4, 2016)
===================
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment