Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0523f6d

Browse files
[3.11]gh-105993: Add possibleNone return type toasyncio.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 commit6b52a58)Co-authored-by: Sam Bull <git@sambull.org>
1 parent43c603a commit0523f6d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎Doc/library/asyncio-eventloop.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -878,6 +878,9 @@ TLS Upgrade
878878
object only because the coder caches *protocol*-side data and sporadically
879879
exchanges extra TLS session packets with *transport*.
880880

881+
In some situations (e.g. when the passed transport is already closing) this
882+
may return ``None``.
883+
881884
Parameters:
882885

883886
* *transport* and *protocol* instances that methods like

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp