Skip to content

Commit

Permalink
Update news
Browse files Browse the repository at this point in the history
  • Loading branch information
ordinary-jamie committed Feb 17, 2024
1 parent 1bcea07 commit 1a01d17
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Doc/whatsnew/3.13.rst
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,12 @@ asyncio
the Unix socket when the server is closed.
(Contributed by Pierre Ossman in :gh:`111246`.)

* :meth:`asyncio.DatagramTransport.sendto` will now will now send
zero-length datagrams if called with an empty bytes object. The
transport flow control also now accounts for the datagram header when
calculating the buffer size.
(Contributed by Jamie Phan in :gh:`115199`.)

copy
----

Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
:meth:`DatagramTransport.sendto` will now send zero-length datagrams if
called with an empty bytes object.
called with an empty bytes object. The transport flow control also now
accounts for the datagram header when calculating the buffer size.

0 comments on commit 1a01d17

Please sign in to comment.