Update of /cvsroot/mailman/mailman3/src/mailman/categories
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28270
Modified Files:
xmlparse.py
Log Message:
update comment.
Index: xmlparse.py
===================================================================
RCS file: /cvsroot/mailman/mailman3/src/mailman/categories/xmlparse.py,v
retrieving revision 3.0
retrieving revision 3.1
diff -u -d -r3.0 -r3.1
--- xmlparse.py 29 Mar 2004 05:18:50 -0000 3.0
+++ xmlparse.py 28 Jun 2004 15:02:31 -0000 3.1
@@ -21,7 +21,6 @@
from mailman.categories import properties
from mailman.categories.category import Category
-from mailman.text.strings import dstring
SPACE = ' '
EMPTYSTRING = ''
@@ -32,8 +31,7 @@
def xmlstring(s):
- # Convert all whitespace to a single space, strip whitespace off the front
- # and end and turn the string into a $-substitutable string.
+ # Collapse white space to a single space, strip whitespace off the front.
return SPACE.join(s.strip().split())
_______________________________________________
Mailman-checkins mailing list
[EMAIL PROTECTED]
Unsubscribe: http://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org