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 lemburg
Recipients Rhamphoryncus, ezio.melotti, jwilk, lemburg, loewis, pitrou
Date 2009-04-30.08:26:57
SpamBayes Score 0.001135581
Marked as misclassified No
Message-id <49F960CF.60406@egenix.com>
In-reply-to <1241037575.83.0.760930441992.issue3672@psf.upfronthosting.co.za>
Content
On 2009-04-29 22:39, Martin v. Löwis @psf.upfronthosting.co.za wrote:
> Martin v. Löwis <martin@v.loewis.de> 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.
History
Date User Action Args
2009-04-30 08:27:05lemburgsetrecipients: + lemburg, loewis, Rhamphoryncus, pitrou, jwilk, ezio.melotti
2009-04-30 08:27:03lemburglinkissue3672 messages
2009-04-30 08:27:01lemburgcreate