Edgewall Software

Changes between Version 5 and Version 8 of Ticket #11901


Ignore:
Timestamp:
Apr 7, 2015, 10:11:28 PM (9 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11901 – Description

    v5 v8  
    44 * Remove deprecated methods in trac.wiki.formatter: #11539.
    55
     6Other changes:
     7* Replace use of [https://docs.python.org/2/library/optparse.html optparse] with [https://docs.python.org/2/library/argparse.html argparse].
     8* Replace class with a `namedtuple`: [browser:/tags/trac-1.1.4/tracopt/versioncontrol/git/PyGIT.py@:244-249#L240].
     9
    610Building the list will be easier to do as we develop, and the changes can then be removed at the start of the milestone.