Edgewall Software

Opened 9 years ago

Last modified 4 years ago

#12148 closed task

Replace uses of optparse with argparse — at Version 2

Reported by: Ryan J Ollos Owned by:
Priority: normal Milestone: 1.3.1
Component: general Version:
Severity: normal Keywords: python3
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Ryan J Ollos)

Python has deprecated the optparse module and replaced it with argparse. The limited number of instances of optparse in the Trac codebase should be fairly easy to replace. optparse is deprecated in Python 2.7/3.2 and later.

Change History (2)

comment:1 by Ryan J Ollos, 9 years ago

Description: modified (diff)

comment:2 by Ryan J Ollos, 9 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.