Update of /cvsroot/mailman/mailman/Mailman/Queue
In directory usw-pr-cvs1:/tmp/cvs-serv15003/Mailman/Queue
Modified Files:
Runner.py Switchboard.py
Log Message:
'UnimplementedError' -> 'NotImplementedError'
Index: Runner.py
===================================================================
RCS file: /cvsroot/mailman/mailman/Mailman/Queue/Runner.py,v
retrieving revision 2.8
retrieving revision 2.9
diff -C2 -r2.8 -r2.9
*** Runner.py 2001/07/08 04:19:25 2.8
--- Runner.py 2001/07/10 12:38:39 2.9
***************
*** 211,215 ****
msgdata is a dictionary of message metadata.
"""
! raise UnimplementedError
def _doperiodic(self):
--- 211,215 ----
msgdata is a dictionary of message metadata.
"""
! raise NotImplementedError
def _doperiodic(self):
Index: Switchboard.py
===================================================================
RCS file: /cvsroot/mailman/mailman/Mailman/Queue/Switchboard.py,v
retrieving revision 2.5
retrieving revision 2.6
diff -C2 -r2.5 -r2.6
*** Switchboard.py 2001/06/27 22:59:42 2.5
--- Switchboard.py 2001/07/10 12:38:39 2.6
***************
*** 182,189 ****
def _ext_write(self, tmpfile, data):
! raise UnimplementedError
def _ext_read(self, dbfile):
! raise UnimplementedError
--- 182,189 ----
def _ext_write(self, tmpfile, data):
! raise NotImplementedError
def _ext_read(self, dbfile):
! raise NotImplementedError
_______________________________________________
Mailman-checkins mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-checkins