commit | c313b1d9b0a8afe47fdd58d4685fa3d19ab79e57 | [log] [tgz] |
---|---|---|
author | R David Murray <rdmurray@bitdance.com> | Mon Apr 23 13:27:11 2012 -0400 |
committer | R David Murray <rdmurray@bitdance.com> | Mon Apr 23 13:27:11 2012 -0400 |
tree | a12e865512bc2ca67378b75c1aa0588737d5875d | |
parent | 4c20c4e198b0a87f94a814d891ef18bf2d49864a [diff] [blame] |
#14638: pydoc now treats non-str __name__ as None instead of raising Original patch by Peter Otten.
diff --git a/Misc/NEWS b/Misc/NEWS index eb0c9de..9f7cbdd 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -50,6 +50,9 @@ 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.