gh-105993: Add possible None return type to asyncio.EventLoop.start_tls docs (#105995)

This commit is contained in:
Sam Bull 2023-06-28 11:38:15 +01:00 committed by GitHub
parent a3dd8cce58
commit 6b52a581c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -895,6 +895,9 @@ TLS Upgrade
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