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 vstinner
Recipients georg.brandl, giampaolo.rodola, holdenweb, lregebro, pitrou, r.david.murray, rhettinger, sdaoden, vstinner
Date 2011-01-29.11:40:03
SpamBayes Score 0.0013688208
Marked as misclassified No
Message-id <1296301206.27.0.977659593851.issue9124@psf.upfronthosting.co.za>
In-reply-to
Content
+            if isinstance(message, io.TextIOWrapper):
+                # Backward compatibility hack.
+                message = message.buffer

Is it a good thing to parse a mailbox using a text file? If not, we should emit a warning and maybe remove this feature in Python 3.3.
History
Date User Action Args
2011-01-29 11:40:06vstinnersetrecipients: + vstinner, georg.brandl, rhettinger, holdenweb, pitrou, giampaolo.rodola, lregebro, r.david.murray, sdaoden
2011-01-29 11:40:06vstinnersetmessageid: <1296301206.27.0.977659593851.issue9124@psf.upfronthosting.co.za>
2011-01-29 11:40:03vstinnerlinkissue9124 messages
2011-01-29 11:40:03vstinnercreate