John Edmonds added the comment:
Thanks for reviewing the patch. I don't believe I received an email for the
review. I think I have addressed your comment about the usage of str(body) by
removing the call to str() and changing the tests to use byte literals.
As for the content-l
John Edmonds added the comment:
Here is the patch, re-written for the packaging module.
--
Added file: http://bugs.python.org/file22330/patch.diff
___
Python tracker
<http://bugs.python.org/issue12
John Edmonds added the comment:
I'd like to try tackling this issue. I've made a patch that moves
encode_multipart from upload_docs to the distutils2.command module and changed
the register and upload commands to use this function.
--
keywords: +patch
nosy: +John.Edmonds
Changes by John Edmonds :
Removed file: http://bugs.python.org/file15979/issue5423.patch
___
Python tracker
<http://bugs.python.org/issue5423>
___
___
Python-bugs-list m
Changes by John Edmonds :
Added file: http://bugs.python.org/file15983/issue5423.patch
___
Python tracker
<http://bugs.python.org/issue5423>
___
___
Python-bugs-list m
John Edmonds added the comment:
It looks like set_charset's documentation says that it assumes you are calling
it on a message with a mimetype of text/*. This case calls it on a message of
type multipart/mixed. Nonetheless, I am attaching a patch that catches this
earlier and prints a