ScriptOptions class can be removed
Bug #1191796 reported by
Barry Warsaw
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
GNU Mailman |
Fix Committed
|
Low
|
Barry Warsaw |
Bug Description
This convenience class is used in fewer places and can probably be removed for use of standard argparse.
Related branches
lp:~sumanah/mailman/mailman
- Barry Warsaw: Approve
- Mark Sapiro: Pending requested
- Yasuhito FUTATSUKI at POEM: Pending requested
-
Diff: 140 lines (+3/-95)3 files modifiedsrc/mailman/bin/master.py (+1/-61)
src/mailman/bin/onebounce.py (+1/-33)
src/mailman/commands/cli_control.py (+1/-1)
Changed in mailman: | |
status: | Triaged → In Progress |
Changed in mailman: | |
milestone: | none → 3.1 |
assignee: | nobody → Barry Warsaw (barry) |
Changed in mailman: | |
status: | In Progress → Fix Committed |
To post a comment you must log in.
Hi Barry! I haven't fully tested this yet, but I checked for places the class is used and stripped them out in favor of the base Options class. Let me know if this works.