diff options
author | R David Murray <rdmurray@bitdance.com> | 2012-04-23 17:26:44 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2012-04-23 17:26:44 (GMT) |
commit | a82c960c17f4d72ed0e41db58fc6557df40852a0 (patch) | |
tree | e053a093127344d6eadc9a2154d11bf90305611a /Misc | |
parent | d4404d659c4b7d9a825571cc27707e28aa61251f (diff) | |
parent | c43125a05cc2f942ae8ba372b1dbe2e2e75d446a (diff) | |
download | cpython-a82c960c17f4d72ed0e41db58fc6557df40852a0.zip cpython-a82c960c17f4d72ed0e41db58fc6557df40852a0.tar.gz cpython-a82c960c17f4d72ed0e41db58fc6557df40852a0.tar.bz2 |
merge #14638: pydoc now treats non-str __name__ as None instead of raising
Original patch by Peter Otten.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -65,6 +65,9 @@ Core and Builtins Library ------- +- Issue #14638: pydoc now treats non-string __name__ values as if they + were missing, instead of raising an error. + - Issue #13684: Fix httplib tunnel issue of infinite loops for certain sites which send EOF without trailing \r\n. |