]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-109164: Replace `getopt` with `argparse` in pdb (#109165)
authorTian Gao <gaogaotiantian@hotmail.com>
Fri, 22 Sep 2023 16:55:48 +0000 (09:55 -0700)
committerGitHub <noreply@github.com>
Fri, 22 Sep 2023 16:55:48 +0000 (16:55 +0000)
commit73ccfa28c5e6ff68de15fdbb1321d4773a688e61
treeb1cc8dfc638cd22a77fa440d09619b8c2d8a07d9
parent3e8fcb7df74248530c4280915c77e69811f69c3f
gh-109164: Replace `getopt` with `argparse` in pdb (#109165)

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/pdb.py
Misc/NEWS.d/next/Library/2023-09-08-22-26-26.gh-issue-109164.-9BFWR.rst [new file with mode: 0644]