Edgewall Software

Changes between Initial Version and Version 1 of Ticket #12148


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12148 – Description

    initial v1  
    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/3/library/optparse.html optparse] is deprecated in Python 3.2 and later.
     1The `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.