whatsnew: encoding is now optional in PYTHONIOENCODING (#18818)

This commit is contained in:
R David Murray 2014-02-25 10:55:29 -05:00
parent 6c0f707cd1
commit 77d73facdc
1 changed files with 5 additions and 0 deletions

View File

@ -1578,6 +1578,11 @@ Other Improvements
to use copies rather than symlinks even on systems where symlinks are the
default. (Contributed by Vinay Sajip in :issue:`18807`.)
* The encoding name is now optional in the value set for the
:envvar:`PYTHONIOENCODING` environment variable. This makes it possible to
set just the error handler, without changing the default encoding.
(Contributed by Serhiy Storchaka in :issue:`18818`.)
Significant Optimizations
-------------------------