Message 192826 - Python tracker

Message192826

Author r.david.murray
Recipients barry, r.david.murray, vajrasky
Date 2013-07-10.16:07:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1373472425.73.0.794889324975.issue18324@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks, but the patch is incorrect.  The model consistently stores its data as surrogateescaped strings, and this assumption is baked in to other parts of the code.  So the correct fix is to do the surrogateescape encoding at the time the payload is set.

It might in fact be better to store a binary payload as binary, but making that kind of change to the model requires much more extensive review and testing.
History
Date User Action Args
2013-07-10 16:07:05r.david.murraysetrecipients: + r.david.murray, barry, vajrasky
2013-07-10 16:07:05r.david.murraysetmessageid: <1373472425.73.0.794889324975.issue18324@psf.upfronthosting.co.za>
2013-07-10 16:07:05r.david.murraylinkissue18324 messages
2013-07-10 16:07:05r.david.murraycreate