diff options
author | Eric Snow <ericsnowcurrently@gmail.com> | 2014-01-05 03:38:11 (GMT) |
---|---|---|
committer | Eric Snow <ericsnowcurrently@gmail.com> | 2014-01-05 03:38:11 (GMT) |
commit | aed5b22ead9127103cea2de8722d36b90a320142 (patch) | |
tree | eb9adde0605f92165fffd2f30f52df29cbab5911 /Misc/NEWS | |
parent | 244ad600e9735448a50ce7a9bb7cbec3336e526a (diff) | |
download | cpython-aed5b22ead9127103cea2de8722d36b90a320142.zip cpython-aed5b22ead9127103cea2de8722d36b90a320142.tar.gz cpython-aed5b22ead9127103cea2de8722d36b90a320142.tar.bz2 |
Issue 20123: Fix pydoc.synopsis() for "binary" modules.
Also add missing tests to test_pydoc.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -221,6 +221,8 @@ Library - Issue #19782: imaplib now supports SSLContext.check_hostname and server name indication for TLS/SSL connections. +- Issue 20123: Fix pydoc.synopsis() for "binary" modules. + - Issue #19834: Support unpickling of exceptions pickled by Python 2. - Issue #19781: ftplib now supports SSLContext.check_hostname and server name |