diff options
Diffstat (limited to 'Doc/whatsnew/3.2.rst')
-rw-r--r-- | Doc/whatsnew/3.2.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst index a2b7af4..1799b70 100644 --- a/Doc/whatsnew/3.2.rst +++ b/Doc/whatsnew/3.2.rst @@ -232,6 +232,15 @@ Major performance enhancements have been added: * Stub + +Unicode +======= + +The filesystem encoding can be specified by setting the +:envvar:`PYTHONFSENCODING` environment variable before running the intepreter. +The value should be a string in the form ``<encoding>``, e.g. ``utf-8``. + + IDLE ==== |