Edgewall Software

Changes between Version 6 and Version 18 of Ticket #11610


Ignore:
Timestamp:
Jul 22, 2014, 11:45:23 PM (10 years ago)
Author:
Ryan J Ollos
Comment:

Change discussed in comment:13 - comment:17 committed to trunk in [12983:12984].

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11610

    • Property Status assignedclosed
    • Property Resolutionfixed
  • Ticket #11610 – API Changes

    v6 v18  
    11 * Abstract base classes have `abc.ABCMeta` metaclass and use `abstractmethod` decorator on abstract methods.
    22 * `Mock` has support for abstract base classes defined using `abc.ABCMeta`.
    3  * A `CachedChangeset` instance rather than an instance of the abstract `Changset` class is passed to the repository change listeners.
     3 * A `CachedChangeset` instance rather than an instance of the abstract `Changeset` class is passed to the repository change listeners.
     4 * Added `EmptyChangeset` class, an instance of which is returned by `get_changes` (in `trac.versioncontrol.web_ui.util`) when a `NoSuchChangeset` error is raised by the repository.