summaryrefslogtreecommitdiff
path: root/Mailman/MemberAdaptor.py
diff options
context:
space:
mode:
authorbwarsaw2002-01-18 16:42:38 +0000
committerbwarsaw2002-01-18 16:42:38 +0000
commit7b6abd41d42fb72a962f1e2a03f88379518c0bed (patch)
tree371f30e6967e49f0a742c75629524d135f1af4bc /Mailman/MemberAdaptor.py
parentfdfb1b682fa1df428888d415c001b1cc81f442ae (diff)
downloadmailman-7b6abd41d42fb72a962f1e2a03f88379518c0bed.tar.gz
mailman-7b6abd41d42fb72a962f1e2a03f88379518c0bed.tar.zst
mailman-7b6abd41d42fb72a962f1e2a03f88379518c0bed.zip
Diffstat (limited to 'Mailman/MemberAdaptor.py')
-rw-r--r--Mailman/MemberAdaptor.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mailman/MemberAdaptor.py b/Mailman/MemberAdaptor.py
index b2778f635..be12349e3 100644
--- a/Mailman/MemberAdaptor.py
+++ b/Mailman/MemberAdaptor.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2001 by the Free Software Foundation, Inc.
+# Copyright (C) 2001,2002 by the Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
@@ -190,7 +190,7 @@ class MemberAdaptor:
"""Return the list of members with a matching delivery status.
Optional `status' if given, must be a sequence containing one or more
- of ENABLED, UNKNOWN, BYCHOICE, or BYBOUNCE. The members whose
+ of ENABLED, UNKNOWN, BYUSER, BYADMIN, or BYBOUNCE. The members whose
delivery status is in this sequence are returned.
"""
raise NotImplemented