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 terry.reedy
Recipients r.david.murray, sdaoden, terry.reedy
Date 2011-04-08.23:39:35
SpamBayes Score 0.00041662034
Marked as misclassified No
Message-id <1302305976.41.0.299753392384.issue11782@psf.upfronthosting.co.za>
In-reply-to
Content
The error message suggests that somehow a str string has gotten mixed in with the bytes. Something like '\n' or ' '?

Steffen, if you want to help track this down:
1. What is a minimal msgdata that gives the same error; post it.
2. Add 'print(payload)' before line 304: self._fp.write(payload)
and perhaps further back to see what the offending string is and where it comes from.
History
Date User Action Args
2011-04-08 23:39:36terry.reedysetrecipients: + terry.reedy, r.david.murray, sdaoden
2011-04-08 23:39:36terry.reedysetmessageid: <1302305976.41.0.299753392384.issue11782@psf.upfronthosting.co.za>
2011-04-08 23:39:35terry.reedylinkissue11782 messages
2011-04-08 23:39:35terry.reedycreate