[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-promo
Subject:    [kde-promo] Re: KDE e.V. story
From:       Navindra Umanee <navindra () cs ! mcgill ! ca>
Date:       2002-11-27 4:58:42
[Download RAW message or body]


Okay, for those who care, this was fixed.  What happened was that
Chris' submissions in the past week had <OL> tags in them.  This
triggered a rare bug in the html2text script which is used for email
notifications.

Essentially:

-                self.add_text(self.ol_number + ' - ')
+                self.add_text('%d - ' % (self.ol_number,))

Python has this quirky syntax where it does not do string
concatenation with + if any of the elements being concatenated is not
a string.  In this case self.ol_number was an int.

Cheers,
Navin.
 
_______________________________________________
This message is from the kde-promo mailing list.

Visit http://mail.kde.org/mailman/listinfo/kde-promo to unsubscribe, set digest on or \
temporarily stop your subscription.


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic