id summary reporter owner description type status priority milestone component version severity resolution keywords cc branch changelog apichanges internalchanges 12148 Replace uses of optparse with argparse Ryan J Ollos Ryan J Ollos Python has deprecated the `optparse` module and replaced it with [https://docs.python.org/2/library/argparse.html argparse]. The limited number of instances of `optparse` in the Trac codebase should be fairly easy to replace. [https://docs.python.org/2/library/optparse.html optparse] is deprecated in Python 2.7/3.2 and later. task closed normal 1.3.1 general normal fixed python3 Replaced uses of `optparse` with `argparse`.