Message127406
+ 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. |
|
| Date |
User |
Action |
Args |
| 2011-01-29 11:40:06 | vstinner | set | recipients:
+ vstinner, georg.brandl, rhettinger, holdenweb, pitrou, giampaolo.rodola, lregebro, r.david.murray, sdaoden |
| 2011-01-29 11:40:06 | vstinner | set | messageid: <[email protected]> |
| 2011-01-29 11:40:03 | vstinner | link | issue9124 messages |
| 2011-01-29 11:40:03 | vstinner | create | |
|