]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] Fix docs for Queue.shutdown (gh-137028) (#137080)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 7 Oct 2025 17:41:03 +0000 (19:41 +0200)
committerGitHub <noreply@github.com>
Tue, 7 Oct 2025 17:41:03 +0000 (19:41 +0200)
commit98ca0b3e2b31ae7f5bd7727ce1b7a1d2707eb091
treec7e50ed04736189440647ffc60f5815301d0a082
parent08d8dadfc2ce4e4302d46ee4ff1cefec317c953c
[3.14] Fix docs for Queue.shutdown (gh-137028) (#137080)

Fix docs for Queue.shutdown (gh-137028)
(cherry picked from commit 245671555b7e33112ae1efd0c26071d7a0e27b3a)

Co-authored-by: Raymond Hettinger <rhettinger@users.noreply.github.com>
Co-authored-by: Zachary Ware <zach@python.org>
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Doc/library/asyncio-queue.rst
Doc/library/queue.rst
Lib/asyncio/queues.py
Lib/queue.py