Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ordinary-jamie committed Feb 17, 2024
1 parent 1a01d17 commit 9e4f4a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Doc/library/asyncio-protocol.rst
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,8 @@ Datagram Transports

.. versionchanged:: 3.13
This method can be called with an empty bytes object to send a
zero-length datagram.
zero-length datagram. The buffer size calculation used for flow
control is also updated to account for the datagram header.

.. method:: DatagramTransport.abort()

Expand Down

0 comments on commit 9e4f4a7

Please sign in to comment.