Update of /cvsroot/mailman/mailman/Mailman
In directory usw-pr-cvs1:/tmp/cvs-serv12246
Modified Files:
MailList.py
Log Message:
CheckVersion(): We have to force a reload of the database even if our
timestamp implies we're up-to-date. Otherwise our state gets zapped!
Index: MailList.py
===================================================================
RCS file: /cvsroot/mailman/mailman/Mailman/MailList.py,v
retrieving revision 2.68
retrieving revision 2.69
diff -C2 -d -r2.68 -r2.69
*** MailList.py 5 Apr 2002 14:43:28 -0000 2.68
--- MailList.py 9 Apr 2002 23:04:18 -0000 2.69
***************
*** 581,585 ****
# Initialize any new variables
self.InitVars()
! # Then reload the database (but don't recurse)
self.Load(check_version=0)
# We must hold the list lock in order to update the schema
--- 581,587 ----
# Initialize any new variables
self.InitVars()
! # Then reload the database (but don't recurse). Force a reload even
! # if we have the most up-to-date state.
! self.__timestamp = 0
self.Load(check_version=0)
# We must hold the list lock in order to update the schema
_______________________________________________
Mailman-checkins mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-checkins