cpython: 8ac9c3754d33 (original) (raw)

Mercurial > cpython

changeset 89387:8ac9c3754d33

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

R David Murray rdmurray@bitdance.com
date Tue, 25 Feb 2014 10:55:29 -0500
parents 85d11d71f7e6
children 0c273c258571
files Doc/whatsnew/3.4.rst
diffstat 1 files changed, 5 insertions(+), 0 deletions(-)[+] [-] Doc/whatsnew/3.4.rst 5

line wrap: on

line diff

--- a/Doc/whatsnew/3.4.rst +++ b/Doc/whatsnew/3.4.rst @@ -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