From 0d3d21f1739cfaa8919f43da075cb0ecfc34cd67 Mon Sep 17 00:00:00 2001 From: klm Date: Fri, 17 Jul 1998 15:47:20 +0000 Subject: NumRequestsPending(): Changed name from RequestsPending(), reflecting the fact that it returns a number, and not a list of requests... --- Mailman/ListAdmin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mailman/ListAdmin.py b/Mailman/ListAdmin.py index d670669e8..59020bb2f 100644 --- a/Mailman/ListAdmin.py +++ b/Mailman/ListAdmin.py @@ -106,7 +106,7 @@ class ListAdmin: return raise Errors.MMBadRequestId - def RequestsPending(self): + def NumRequestsPending(self): self.CleanRequests() total = 0 for (k,v) in self.requests.items(): -- cgit v1.2.3-70-g09d2