diff options
| author | Victor Stinner <victor.stinner@haypocalc.com> | 2010-08-19 11:36:43 +0000 |
|---|---|---|
| committer | Victor Stinner <victor.stinner@haypocalc.com> | 2010-08-19 11:36:43 +0000 |
| commit | 9802b39c12712e924bed699812756ce5076b77a3 (patch) | |
| tree | c766f8d6c74bd12b361fbdd0e6f423e62a768f41 /Doc/using | |
| parent | 99435247e39134c34cff185c6d73d8ebc77d07e1 (diff) | |
| download | cpython-git-9802b39c12712e924bed699812756ce5076b77a3.tar.gz | |
PYTHONFSENCODING is not available on Windows or Mac OS X
Diffstat (limited to 'Doc/using')
| -rw-r--r-- | Doc/using/cmdline.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/using/cmdline.rst b/Doc/using/cmdline.rst index 45c10408b0..28df51de7b 100644 --- a/Doc/using/cmdline.rst +++ b/Doc/using/cmdline.rst @@ -447,6 +447,10 @@ These environment variables influence Python's behavior. If this is set before running the interpreter, it overrides the encoding used for the filesystem encoding (see :func:`sys.getfilesystemencoding`). + This variable is not available (ignored) on Windows and Mac OS X: the + filesystem encoding is pinned to ``'mbcs'`` on Windows and ``'utf-8'`` on + Mac OS X. + .. versionadded:: 3.2 |
