[New-bugs-announce] [issue8622] Add PYTHONFSENCODING environment variable

Marc-Andre Lemburg report at bugs.python.org
Wed May 5 15:55:25 CEST 2010


New submission from Marc-Andre Lemburg <mal at egenix.com>:

As discussed on issue8610, we need a way to override the automatic detection of the file system encoding - for much the same reasons we also do for the I/O encoding: the detection mechanism isn't fail-safe.

We should add a new environment variable with the same functionality as PYTHONIOENCODING:

    PYTHONFSENCODING: Encoding[:errors] used for file system.

----------
components: Interpreter Core
messages: 105030
nosy: haypo, lemburg
priority: normal
severity: normal
status: open
title: Add PYTHONFSENCODING environment variable
versions: Python 3.2

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8622>
_______________________________________


More information about the New-bugs-announce mailing list