Update of /cvsroot/mailman/mailman/Mailman/Logging
In directory usw-pr-cvs1:/tmp/cvs-serv6975

Modified Files:
        Logger.py 
Log Message:
close(): When the file object is closed, set __fp to None so it gets
re-opened at the next attempted write.


Index: Logger.py
===================================================================
RCS file: /cvsroot/mailman/mailman/Mailman/Logging/Logger.py,v
retrieving revision 2.0
retrieving revision 2.1
diff -C2 -r2.0 -r2.1
*** Logger.py   2000/12/07 16:53:20     2.0
--- Logger.py   2001/06/02 05:14:47     2.1
***************
*** 1,3 ****
! # Copyright (C) 1998,1999,2000 by the Free Software Foundation, Inc.
  #
  # This program is free software; you can redistribute it and/or
--- 1,3 ----
! # Copyright (C) 1998,1999,2000,2001 by the Free Software Foundation, Inc.
  #
  # This program is free software; you can redistribute it and/or
***************
*** 84,85 ****
--- 84,86 ----
            return
        self.__get_f().close()
+         self.__fp = None


_______________________________________________
Mailman-checkins mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-checkins

Reply via email to