Changeset 464:295c5e64be47
- 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
| r463 |
r464 |
|
| 1 | 1 | 2008-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 |
|---|
| 2 | 6 | |
|---|
| 3 | 7 | * NEWS: update for the upcoming release |
|---|
| r440 |
r464 |
|
| 103 | 103 | before any new ones are reported. When the publisher has finished |
|---|
| 104 | 104 | 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. |
|---|
| 110 | 109 | |
|---|
| 111 | 110 | Call unsubscribe() on the returned RISubscription object to stop |
|---|