gh-105993: Add possible `None` return type to `asyncio.EventLoop.start_tls` docs (GH-105995)
(cherry picked from commit
6b52a581c151914e59c8c367a03bc7309713a73b)
Co-authored-by: Sam Bull <git@sambull.org>
object only because the coder caches *protocol*-side data and sporadically
exchanges extra TLS session packets with *transport*.
+ In some situations (e.g. when the passed transport is already closing) this
+ may return ``None``.
+
Parameters:
* *transport* and *protocol* instances that methods like