Changeset 464:295c5e64be47

Show
Ignore:
Timestamp:
08/04/08 23:14:51 (5 months ago)
Author:
"Brian Warner <warner@lothar.com>"
branch:
default
Message:

logging/interfaces: small edit

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • ChangeLog

    r463 r464  
    112008-08-04  Brian Warner  <warner@lothar.com> 
     2 
     3        * foolscap/logging/interfaces.py 
     4        (RILogPublisher.subscribe_to_incidents): small edit, make it more 
     5        clear that since= is used for catch_up=True 
    26 
    37        * NEWS: update for the upcoming release 
  • foolscap/logging/interfaces.py

    r440 r464  
    103103        before any new ones are reported. When the publisher has finished 
    104104        sending the names of all old events, it will send a 
    105         done_with_incident_catchup() message to the observer. 
    106  
    107         Only old Incidents with a name that is alphabetically greater (and 
    108         thus later) than the since= argument will be sent. Use since='' to 
    109         catch up on all old Incidents. 
     105        done_with_incident_catchup() message to the observer. Only old 
     106        Incidents with a name that is alphabetically greater (and thus later) 
     107        than the since= argument will be sent. Use since='' to catch up on 
     108        all old Incidents. 
    110109 
    111110        Call unsubscribe() on the returned RISubscription object to stop