commit | 984f630f0a1cec8cc51371f754d81fb32b9a230f | [log] [tgz] |
---|---|---|
author | R David Murray <rdmurray@bitdance.com> | Sun Jan 05 12:35:59 2014 -0500 |
committer | R David Murray <rdmurray@bitdance.com> | Sun Jan 05 12:35:59 2014 -0500 |
tree | f7895e047c7f934771df0884efd302de2d151182 | |
parent | 1d2ef64df640fd76acad27514e01de00e3d80748 [diff] [blame] |
#1065986: Make pydoc handle unicode strings. Patch by Akira Kitada.
diff --git a/Misc/NEWS b/Misc/NEWS index 05c1467..cee61ba 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -30,6 +30,8 @@ Library ------- +- Issue #1065986: pydoc can now handle unicode strings. + - Issue #16039: CVE-2013-1752: Change use of readline in imaplib module to limit line length. Patch by Emil Lind.