------------------------------------------------------------
revno: 1240
committer: Mark Sapiro <[email protected]>
branch nick: 2.1
timestamp: Sat 2010-06-05 10:27:39 -0700
message:
Removed an extraneous line of code from Decorate.py. Bug #590155.
modified:
Mailman/Handlers/Decorate.py
--
lp:mailman/2.1
https://code.launchpad.net/~mailman-coders/mailman/2.1
Your team Mailman Checkins is subscribed to branch lp:mailman/2.1.
To unsubscribe from this branch go to
https://code.launchpad.net/~mailman-coders/mailman/2.1/+edit-subscription
=== modified file 'Mailman/Handlers/Decorate.py'
--- Mailman/Handlers/Decorate.py 2008-12-07 17:41:12 +0000
+++ Mailman/Handlers/Decorate.py 2010-06-05 17:27:39 +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