diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-02-20 21:46:06 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-02-20 21:46:06 (GMT) |
commit | 5e3d7a401d8568d3308b8928b146a9c306bc3ca8 (patch) | |
tree | 03ed582741171729bef1b65c37c406d6ac5e866e /Misc/NEWS | |
parent | e55181f517bbfc875065ce86ed3e05cf0e0246fa (diff) | |
download | cpython-5e3d7a401d8568d3308b8928b146a9c306bc3ca8.zip cpython-5e3d7a401d8568d3308b8928b146a9c306bc3ca8.tar.gz cpython-5e3d7a401d8568d3308b8928b146a9c306bc3ca8.tar.bz2 |
Issue #23374: Fixed pydoc failure with non-ASCII files when stdout encoding
differs from file system encoding (e.g. on Mac OS).
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -13,6 +13,9 @@ Core and Builtins Library ------- +- Issue #23374: Fixed pydoc failure with non-ASCII files when stdout encoding + differs from file system encoding (e.g. on Mac OS). + - Issue #23481: Remove RC4 from the SSL module's default cipher list. - Issue #21548: Fix pydoc.synopsis() and pydoc.apropos() on modules with empty |