Marc-Andre Lemburg <[email protected]> added the comment: On 2009-04-29 22:39, Martin v. Löwis @psf.upfronthosting.co.za wrote: > Martin v. Löwis <[email protected]> added the comment: > > I think we could preserve the marshal format with yet another error > handler - one that emits half surrogates into their intuitive form.
That's a good idea. We could have an error handler which then let's the codec accept lone surrogates for utf-8 or just add a new codec which does this and use that for marshal. Still, this can only go into 3.1. ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue3672> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
