* Fixed Unicode errors in the digest runner and when sending messages to the
commite3357a5c0b4a708d793052efcc5c7d2a5dd3c1ba
authorBarry Warsaw <barry@list.org>
Sat, 29 Nov 2014 20:10:59 +0000 (29 15:10 -0500)
committerBarry Warsaw <barry@list.org>
Sat, 29 Nov 2014 20:10:59 +0000 (29 15:10 -0500)
treeaadf3f80f4559b82995eee9e851627fc0a70ab7f
parent59110812266f4b1b3c73a6fb29fbb99da2dc31c3
parent43b8f3f8faeccec1726466455f0affa9e98880d5
 * Fixed Unicode errors in the digest runner and when sending messages to the
   site owner as a fallback.  Given by AurĂ©lien Bompard.  (LP: #1130957).

Also:

 * Convert some uses of the unicode() built-in to bytes.decode() in
   preparation for Python 3 and to eliminate some pyflakes errors.

 * Added LogFileMark.read() as a convenience method.
src/mailman/docs/NEWS.rst
src/mailman/handlers/owner_recipients.py
src/mailman/handlers/tests/test_recipients.py
src/mailman/runners/digest.py
src/mailman/runners/tests/test_digest.py
src/mailman/testing/helpers.py