| commit | c43125a05cc2f942ae8ba372b1dbe2e2e75d446a | [log] [tgz] |
|---|---|---|
| author | R David Murray <rdmurray@bitdance.com> | Mon Apr 23 13:23:57 2012 -0400 |
| committer | R David Murray <rdmurray@bitdance.com> | Mon Apr 23 13:23:57 2012 -0400 |
| tree | f93bb56c150958e958682b48c6aabdf66e22359b | |
| parent | 88ec6209cfd0c691df596f681144e1e7c5206dd9 [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 fddcb7c..6feb4da 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.