Edgewall Software

Changes between Version 2 and Version 4 of Ticket #12027


Ignore:
Timestamp:
Apr 11, 2015, 11:57:59 AM (9 years ago)
Author:
Jun Omae
Comment:

Thanks for the reviewing. I'm going to push it to 1.0-stable.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12027

    • Property Owner changed from Ryan J Ollos to Jun Omae
    • Property Status newassigned
    • Property Milestone 1.1.51.0.6
  • Ticket #12027 – Release Notes

    v2 v4  
    1 Utilized `namedtuple` in `RevCache` class definition to replace hard-coded definition of a `namedtuple`-equivalent class.
     1Replaced inherited `tuple` in `RevCache` class definition with inherited `object` class definition with `__slots__` field.