Edgewall Software

Changes between Initial Version and Version 1 of Ticket #9870, comment 22


Ignore:
Timestamp:
Feb 22, 2011, 9:39:24 PM (13 years ago)
Author:
Christian Boos

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9870, comment 22

    initial v1  
    11Doc updated in r10585.
    22
    3 No, separating them is good, it makes it immediately obvious we have two kind of descriptors. I was myself not fully convinced about my change seeing that `CachedSingletonProperty.make_id()` had to carry the superfluous `instance` parameter. But the kind of duplication I'm after was already present in the original code as well, so let have another try:
     3No, separating them is good, it makes it immediately obvious we have two kind of descriptors. I was myself not fully convinced about my change seeing that `CachedSingletonProperty.make_id()` had to carry the superfluous `instance` parameter. But the kind of duplication I'm after was already present in the original code as well, so let me have another try:
    44{{{#!diff
    55diff -r 99070e68632a trac/cache.py