Update of /cvsroot/mailman/mailman3/src/mailman/categories
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28969

Modified Files:
        xmlparse.py 
Log Message:
Dude, read the code.


Index: xmlparse.py
===================================================================
RCS file: /cvsroot/mailman/mailman3/src/mailman/categories/xmlparse.py,v
retrieving revision 3.1
retrieving revision 3.2
diff -u -d -r3.1 -r3.2
--- xmlparse.py 28 Jun 2004 15:02:31 -0000      3.1
+++ xmlparse.py 28 Jun 2004 15:06:25 -0000      3.2
@@ -31,7 +31,7 @@
 
 
 def xmlstring(s):
-    # Collapse white space to a single space, strip whitespace off the front.
+    # Strip whitespace from the ends, and collapse internal whitespace.
     return SPACE.join(s.strip().split())
 
 


_______________________________________________
Mailman-checkins mailing list
[EMAIL PROTECTED]
Unsubscribe: http://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org

Reply via email to