summaryrefslogtreecommitdiff
path: root/Mailman/pipeline/replybot.py
diff options
context:
space:
mode:
authorBarry Warsaw2008-01-24 02:40:41 -0500
committerBarry Warsaw2008-01-24 02:40:41 -0500
commita76cbbcac84319245a0afb4a4dee32d4d4c79622 (patch)
tree79be6b5955dffd2a78baa01fa53f516e35f47d2e /Mailman/pipeline/replybot.py
parentf03c31acb800d79c606ee3e206868aef8a08bfda (diff)
downloadmailman-a76cbbcac84319245a0afb4a4dee32d4d4c79622.tar.gz
mailman-a76cbbcac84319245a0afb4a4dee32d4d4c79622.tar.zst
mailman-a76cbbcac84319245a0afb4a4dee32d4d4c79622.zip
Python 2.5's email package uses cStringIO in its feed parser, and this doesn't
support unicode. Although this never bit me on OS X (Leopard) it matters greatly on Linux (Ubuntu) where you get lots of test failures because of it. So instead, just use 8-bit string in message_from_string(). Everything works fine still.
Diffstat (limited to 'Mailman/pipeline/replybot.py')
0 files changed, 0 insertions, 0 deletions