Commit 4f21ef88 authored by Jason Madden's avatar Jason Madden

Tweak change notes for Timer. [skip ci]

parent b6f3f2c1
...@@ -107,7 +107,8 @@ Platform Support ...@@ -107,7 +107,8 @@ Platform Support
- Errors raised from :mod:`gevent.subprocess` will have a - Errors raised from :mod:`gevent.subprocess` will have a
``filename`` attribute set. ``filename`` attribute set.
- The :class:`threading.Timer` class is now monkey-patched and can - The :class:`threading.Timer` class is now monkey-patched and can
be joined. be joined. Previously on Python 3.4 and above, joining a ``Timer``
would hang the process.
- :meth:`gevent.ssl.SSLSocket.unwrap` behaves more like the standard - :meth:`gevent.ssl.SSLSocket.unwrap` behaves more like the standard
library, including returning a SSLSocket and allowing certain library, including returning a SSLSocket and allowing certain
timeout-related SSL errors to propagate. The added standard timeout-related SSL errors to propagate. The added standard
......
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