2017-01-06 0:35 GMT+01:00 Steven D'Aprano <st...@pearwood.info>: >> Python 3 promotes Unicode everywhere including filenames. A solution to >> support filenames not decodable from the locale encoding was found: the >> ``surrogateescape`` error handler (`PEP 393 >> <https://www.python.org/dev/peps/pep-0393/>`_), store undecodable bytes >> as surrogate characters. > > PEP 393 is the Flexible String Respresentation. > > I think you want PEP 383, Non-decodable Bytes in System Character > Interfaces.
Oops, fixed, thanks :-) Victor _______________________________________________ Python-ideas mailing list Python-ideas@python.org https://mail.python.org/mailman/listinfo/python-ideas Code of Conduct: http://python.org/psf/codeofconduct/