]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-143046: Make asyncio REPL respect the `-q` flag (quiet mode) (#143047)
authorBartosz Sławecki <bartosz@ilikepython.com>
Mon, 22 Dec 2025 07:05:15 +0000 (08:05 +0100)
committerGitHub <noreply@github.com>
Mon, 22 Dec 2025 07:05:15 +0000 (07:05 +0000)
commit6213a512bf42464e35ae5090358b80aaa64904cc
tree9333a0e4352a5fe0a1557c8145a13fae7b8db7c1
parent09044dd42b50e628b197afb2979afcbe49d4b83f
gh-143046: Make asyncio REPL respect the `-q` flag (quiet mode) (#143047)
Lib/asyncio/__main__.py
Lib/test/test_repl.py
Misc/NEWS.d/next/Library/2025-12-21-17-44-28.gh-issue-143046.GBa5Ip.rst [new file with mode: 0644]