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>
This commit is contained in:
Tian Gao 2023-09-22 09:55:48 -07:00 committed by GitHub
parent 3e8fcb7df7
commit 73ccfa28c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 25 additions and 16 deletions

View file

@ -0,0 +1 @@
:mod:`pdb`: Replace :mod:`getopt` with :mod:`argparse` for parsing command line arguments.