]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-32234: Allow mailbox instances as context managers (GH-4770)
authorsblondon <stephane.blondon@gmail.com>
Mon, 16 Feb 2026 13:14:26 +0000 (14:14 +0100)
committerGitHub <noreply@github.com>
Mon, 16 Feb 2026 13:14:26 +0000 (14:14 +0100)
commit837166f0999878ea83351f40726ef7a16cc692ba
treecc540e5d7064f440942a5b992a1c8d36f6e48c73
parent8b7b5a994602824a5e41cf2516691212fcdfa25e
bpo-32234: Allow mailbox instances as context managers (GH-4770)

Co-authored-by: Petr Viktorin <encukou@gmail.com>
Co-authored-by: R. David Murray <rdmurray@bitdance.com>
Doc/library/mailbox.rst
Lib/mailbox.py
Lib/test/test_mailbox.py
Misc/NEWS.d/next/Library/2017-12-15-09-32-57.bpo-32234.XaOkhR.rst [new file with mode: 0644]