mirror of https://github.com/python/cpython
whatsnew: encoding is now optional in PYTHONIOENCODING (#18818)
This commit is contained in:
parent
6c0f707cd1
commit
77d73facdc
|
@ -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
|
||||
-------------------------
|
||||
|
|
Loading…
Reference in New Issue