commit | 8b813db2ef90ae83c3c6dcaa7ac3122290c9faf4 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sat Oct 01 16:32:31 2005 +0000 |
committer | Georg Brandl <georg@python.org> | Sat Oct 01 16:32:31 2005 +0000 |
tree | 475d5c8a193dbdf79f9178ecac208bce5df55223 | |
parent | ce7da6c5e97c45256f6570858f5a73a138910892 [diff] [blame] |
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.