Edgewall Software

Changes between Version 1 and Version 2 of Ticket #12148


Ignore:
Timestamp:
Aug 5, 2015, 1:11:14 AM (9 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12148 – Description

    v1 v2  
    1 The `optparse` module has been replaced with [https://docs.python.org/2/library/argparse.html argparse], and the limited number of uses 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.
     1Python 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.