Modify ↓
#12148 closed task (fixed)
Replace uses of optparse with argparse
Reported by: | Ryan J Ollos | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | normal | Milestone: | 1.3.1 |
Component: | general | Version: | |
Severity: | normal | Keywords: | python3 |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Replaced uses of |
Description (last modified by )
Attachments (0)
Change History (7)
comment:1 by , 9 years ago
Description: | modified (diff) |
---|
comment:2 by , 9 years ago
Description: | modified (diff) |
---|
comment:3 by , 8 years ago
Owner: | set to |
---|---|
Status: | new → assigned |
comment:4 by , 8 years ago
Release Notes: | modified (diff) |
---|
comment:5 by , 8 years ago
Revised changes in log:rjollos.git:t12148_argparse.1. Tests on Travis CI and AppVeyor are passing. I'll be doing more testing before committing the changes.
comment:6 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
I did additional testing and made minor revisions. Changes committed to trunk in r15064.
comment:7 by , 5 years ago
Note:
See TracTickets
for help on using tickets.
Proposed changes in log:rjollos.git:t12148_argparse:
A few of the subtleties with the changes are:
htdigest.py
, but I will save that for later, likely as part of #8361.