Kaydet (Commit) 77d73fac authored tarafından R David Murray's avatar R David Murray

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

üst 6c0f707c
......@@ -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
-------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment