Mercurial > p > roundup > code
comparison doc/design.txt @ 7360:1fe17a659f39
Add missing parens.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Tue, 16 May 2023 02:35:14 -0400 |
| parents | 692242b3effd |
| children | 2ab234484708 |
comparison
equal
deleted
inserted
replaced
| 7359:3a98a81c6e57 | 7360:1fe17a659f39 |
|---|---|
| 940 | 940 |
| 941 1. an `auditor` is triggered just before modifying an item | 941 1. an `auditor` is triggered just before modifying an item |
| 942 2. a `reactor` is triggered just after an item has been modified | 942 2. a `reactor` is triggered just after an item has been modified |
| 943 | 943 |
| 944 When the Roundup database is about to perform a ``create()``, ``set()``, | 944 When the Roundup database is about to perform a ``create()``, ``set()``, |
| 945 ``retire()``, or ``restore`` operation, it first calls any *auditors* | 945 ``retire()``, or ``restore()`` operation, it first calls any *auditors* |
| 946 that have been registered for that operation on that class. Any auditor | 946 that have been registered for that operation on that class. Any auditor |
| 947 may raise a *Reject* exception to abort the operation. | 947 may raise a *Reject* exception to abort the operation. |
| 948 | 948 |
| 949 If none of the auditors raises an exception, the database proceeds to | 949 If none of the auditors raises an exception, the database proceeds to |
| 950 carry out the operation. After it's done, it then calls all of the | 950 carry out the operation. After it's done, it then calls all of the |
