[3.11] gh-105993: Add possible `None` return type to `asyncio.EventLoop.start_tls` docs (GH-105995) (#106189)

gh-105993: Add possible `None` return type to `asyncio.EventLoop.start_tls` docs (GH-105995)
(cherry picked from commit 6b52a581c1)

Co-authored-by: Sam Bull <git@sambull.org>
This commit is contained in:
Miss Islington (bot) 2023-06-28 04:06:25 -07:00 committed by GitHub
parent 43c603a60f
commit 0523f6de1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -878,6 +878,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