mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
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:
parent
3e8fcb7df7
commit
73ccfa28c5
2 changed files with 25 additions and 16 deletions
|
|
@ -0,0 +1 @@
|
|||
:mod:`pdb`: Replace :mod:`getopt` with :mod:`argparse` for parsing command line arguments.
|
||||
Loading…
Add table
Add a link
Reference in a new issue