diff options
| author | Barry Warsaw | 2012-05-14 11:20:51 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2012-05-14 11:20:51 -0400 |
| commit | 3c8a07fc76176a8ea89ee6b73aef571d0b2c81ed (patch) | |
| tree | 050093ca9114e40da200d7cebb2e1565bafd7d33 /src/mailman/docs | |
| parent | feb7316c554db4df76fd021468df2f1a69d894dd (diff) | |
| parent | cc449f1910f84894a2431920d9349bffe4cea7ab (diff) | |
| download | mailman-3c8a07fc76176a8ea89ee6b73aef571d0b2c81ed.tar.gz mailman-3c8a07fc76176a8ea89ee6b73aef571d0b2c81ed.tar.zst mailman-3c8a07fc76176a8ea89ee6b73aef571d0b2c81ed.zip | |
trunk merge
Diffstat (limited to 'src/mailman/docs')
| -rw-r--r-- | src/mailman/docs/NEWS.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mailman/docs/NEWS.rst b/src/mailman/docs/NEWS.rst index 9095f48c3..fb819ccc4 100644 --- a/src/mailman/docs/NEWS.rst +++ b/src/mailman/docs/NEWS.rst @@ -31,6 +31,10 @@ Architecture or unverified. (LP: #975698) * A `PasswordChangeEvent` is triggered when an `IUser`'s password changes. (LP: #975700) + * When a queue runner gets an exception in its _dispose() method, a + `RunnerCrashEvent` is triggered, which contains references to the queue + runner, mailing list, message, metadata, and exception. Interested parties + can subscribe to that `zope.event` for notification. Configuration ------------- |
