R. David Murray <rdmur...@bitdance.com> added the comment:

In case it isn't clear, the code patch is now complete, so anyone who wants to 
give it a review, please do.  I'll add the docs soon, but the basic idea is you 
can put bytes in by either using message_from_bytes or by using the 'ascii' 
codec and the 'surrogateescape' error handler on a file passed to 
msg_from_file, and you can get bytes out by using BytesGenerator and passing it 
a file-like object that accepts bytes.  As a side benefit, Generator will 
correctly render (as unicode) the content of a section with a 
ContentTransferEncoding of '8bit'.

----------
stage: unit test needed -> patch review

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue4661>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to