#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.