This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author michael.henry
Recipients michael.henry, r.david.murray
Date 2011-03-15.15:20:05
SpamBayes Score 0.00018989739
Marked as misclassified No
Message-id <1300202406.57.0.384288441541.issue11556@psf.upfronthosting.co.za>
In-reply-to
Content
In email.Message.get_payload, there is the following out-of-date comment:

"""
# payload can be bytes here, (I wonder if that is actually a bug?)
"""

The code can actually handle bytes payloads.
History
Date User Action Args
2011-03-15 15:20:06michael.henrysetrecipients: + michael.henry, r.david.murray
2011-03-15 15:20:06michael.henrysetmessageid: <1300202406.57.0.384288441541.issue11556@psf.upfronthosting.co.za>
2011-03-15 15:20:05michael.henrylinkissue11556 messages
2011-03-15 15:20:05michael.henrycreate