bug [ 729103 ] Cannot retrieve name of super object
diff --git a/Misc/NEWS b/Misc/NEWS
index f4f918c..2c58dae 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -245,6 +245,9 @@
 Library
 -------
 
+- Bug #729103: pydoc.py: Fix docother() method to accept additional 
+  "parent" argument.
+
 - Patch #1300515: xdrlib.py: Fix pack_fstring() to really use null bytes
   for padding.