~msapiro/mailman/topics

« back to all changes in this revision

Viewing changes to Mailman/Handlers/Decorate.py

  • Committer: Mark Sapiro
  • Date: 2014-12-03 23:47:23 UTC
  • mfrom: (1006.1.356 2.2)
  • Revision ID: mark@msapiro.net-20141203234723-3pcwx85xua4n84yx
Merged the 2.2 branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
239
239
                      re.sub(r'\r\n', r'\n', template % d))
240
240
    except (ValueError, TypeError), e:
241
241
        syslog('error', 'Exception while calculating %s:\n%s', what, e)
242
 
        what = what.upper()
243
242
        text = template
244
243
    return text