Update of /cvsroot/mailman/mailman/Mailman/Handlers
In directory usw-pr-cvs1:/tmp/cvs-serv7552/Mailman/Handlers

Modified Files:
        ToUsenet.py 
Log Message:

Move COMMASPACE global from NewsRunner.py (where it isn't used) to
ToUsenet.py (where it is.) This is probably a glitch in the functionality
split, anyway, and moving around the global saves on creation and
destruction costs. Very important, that!



Index: ToUsenet.py
===================================================================
RCS file: /cvsroot/mailman/mailman/Mailman/Handlers/ToUsenet.py,v
retrieving revision 2.3
retrieving revision 2.4
diff -C2 -r2.3 -r2.4
*** ToUsenet.py 2001/06/27 18:01:01     2.3
--- ToUsenet.py 2001/07/10 12:07:00     2.4
***************
*** 21,24 ****
--- 21,25 ----
  from Mailman.Logging.Syslog import syslog
  
+ COMMASPACE = ', '
  
  


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

Reply via email to