diff options
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 |
