------------------------------------------------------------
revno: 1111
committer: Mark Sapiro <[email protected]>
branch nick: 2.2
timestamp: Sat 2010-06-05 10:29:12 -0700
message:
  Removed an extraneous line of code from Decorate.py.  Bug #590155.
modified:
  Mailman/Handlers/Decorate.py


--
lp:mailman/2.2
https://code.launchpad.net/~mailman-coders/mailman/2.2

Your team Mailman Checkins is subscribed to branch lp:mailman/2.2.
To unsubscribe from this branch go to 
https://code.launchpad.net/~mailman-coders/mailman/2.2/+edit-subscription
=== modified file 'Mailman/Handlers/Decorate.py'
--- Mailman/Handlers/Decorate.py	2008-12-07 19:49:42 +0000
+++ Mailman/Handlers/Decorate.py	2010-06-05 17:29:12 +0000
@@ -239,6 +239,5 @@
                       re.sub(r'\r\n', r'\n', template % d))
     except (ValueError, TypeError), e:
         syslog('error', 'Exception while calculating %s:\n%s', what, e)
-        what = what.upper()
         text = template
     return text

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

Reply via email to