Changes between Initial Version and Version 11 of Ticket #31366
- Timestamp:
- 10/30/21 08:40:58 (7 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31366
-
Property
Status
changed from
new
toneeds_work
-
Property
Authors
changed from
to
Frédéric Chapoton
-
Property
Branch
changed from
to
public/ticket/31366
-
Property
Milestone
changed from
sage-9.3
tosage-9.5
-
Property
Commit
changed from
to
3a4c572d5c7be610c632cf2ae66ba436636412c1
-
Property
Status
changed from
-
Ticket #31366 – Description
initial v11 1 1 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]. 2 3 Some instructions for conversions can be found here: https://docs.python.org/3/library/argparse.html#help