Skip to content

Commit

Permalink
Trac #31366: docbuild: switch from optparse to argparse
Browse files Browse the repository at this point in the history
Sage's docbuilding uses [https://docs.python.org/3/library/optparse.html
optparse] for argument parsing, but this library has been deprecated for
a while. We should switch to
[https://docs.python.org/3/library/argparse.html argparse].

Some instructions for conversions can be found here:
https://docs.python.org/3/library/argparse.html#help

URL: https://trac.sagemath.org/31366
Reported by: jhpalmieri
Ticket author(s): Frédéric Chapoton
Reviewer(s): John Palmieri
  • Loading branch information
Release Manager committed Dec 10, 2021
2 parents 5dd6fab + 0b62c16 commit f6de12b
Showing 1 changed file with 209 additions and 240 deletions.
Loading

0 comments on commit f6de12b

Please sign in to comment.