Email debug mode on Python 3 was printing bytestring representation for subject body
authorChristopher Allan Webber <cwebber@dustycloud.org>
Thu, 25 Feb 2016 23:38:28 +0000 (15:38 -0800)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Thu, 25 Feb 2016 23:38:28 +0000 (15:38 -0800)
commit7e550fcb9da626e21e990547b9253d908391b0c7
tree8c19bbb52e7f5d07d1a732890aeb85fe832b0ac8
parent3d78038a3c03458e78090971d9c2003df4f056f5
Email debug mode on Python 3 was printing bytestring representation for subject body

There's nothing useful about seeing b'foo\nbar\nbaz' printing to
stdout.  That's not what the user should get!
mediagoblin/tools/mail.py