diff options
| author | Barry Warsaw | 2009-12-10 22:32:25 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2009-12-10 22:32:25 -0500 |
| commit | 8938d65327611dded72c7876ffe52e4d4d12ce76 (patch) | |
| tree | 7e2d5c354dd53f1d3f8c42b4a11a9b58b2c2fcb1 /src/mailman/docs/message.txt | |
| parent | fbc81f61609ce0504245934d9bed0690fbd331a7 (diff) | |
| download | mailman-8938d65327611dded72c7876ffe52e4d4d12ce76.tar.gz mailman-8938d65327611dded72c7876ffe52e4d4d12ce76.tar.zst mailman-8938d65327611dded72c7876ffe52e4d4d12ce76.zip | |
* Refactor the language manager off of the config object and into a utility.
* Fix a few small typos in exception handlers.
* Move the initialization of the Zope Component Architecture into the first
initialization step. The only reason we couldn't do that previously was
because the domain object referenced the config, causing a circularity
problem. Refactor the Domain implementation to avoid that.
Diffstat (limited to 'src/mailman/docs/message.txt')
| -rw-r--r-- | src/mailman/docs/message.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mailman/docs/message.txt b/src/mailman/docs/message.txt index 84b0eaf3e..41607ff44 100644 --- a/src/mailman/docs/message.txt +++ b/src/mailman/docs/message.txt @@ -1,3 +1,4 @@ +======== Messages ======== @@ -6,7 +7,7 @@ email.message.Message class, but providing additional useful methods. User notifications ------------------- +================== When Mailman needs to send a message to a user, it creates a UserNotification instance, and then calls the .send() method on this object. This method |
