diff options
| author | Barry Warsaw | 2007-08-07 23:24:13 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2007-08-07 23:24:13 -0500 |
| commit | 3fe9a220e8952853e51dbca359196d1f11dcbdc3 (patch) | |
| tree | 0bcc80e3f4b52dee9c013e5ddda4c1abe23d8e02 /Mailman/interfaces/pending.py | |
| parent | 1236c0570b970e47a028c921812b694a699e8431 (diff) | |
| download | mailman-3fe9a220e8952853e51dbca359196d1f11dcbdc3.tar.gz mailman-3fe9a220e8952853e51dbca359196d1f11dcbdc3.tar.zst mailman-3fe9a220e8952853e51dbca359196d1f11dcbdc3.zip | |
Diffstat (limited to 'Mailman/interfaces/pending.py')
| -rw-r--r-- | Mailman/interfaces/pending.py | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Mailman/interfaces/pending.py b/Mailman/interfaces/pending.py index 5e26fbf6e..68a4c41de 100644 --- a/Mailman/interfaces/pending.py +++ b/Mailman/interfaces/pending.py @@ -15,9 +15,13 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, # USA. -"""Interfaces for the pending database.""" +"""Interfaces for the pending database. + +The pending database contains events that must be confirmed by the user. It +maps these events to a unique hash that can be used as a token for end user +confirmation. +""" -from munepy import Enum from zope.interface import Interface, Attribute |
