[Python-Dev] PEP 383: Non-decodable Bytes in System Character Interfaces

"Martin v. Löwis" martin at v.loewis.de
Thu Apr 30 11:42:13 CEST 2009


> I think it has to be excluded from mapping in order to not introduce
> security issues.

I think you are right. I have now excluded ASCII bytes from being
mapped, effectively not supporting any encodings that are not ASCII
compatible. Does that sound ok?

Regards,
Martin


More information about the Python-Dev mailing list