summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2005-10-01 16:32:31 (GMT)
committerGeorg Brandl <georg@python.org>2005-10-01 16:32:31 (GMT)
commit8b813db2ef90ae83c3c6dcaa7ac3122290c9faf4 (patch)
tree475d5c8a193dbdf79f9178ecac208bce5df55223 /Misc
parentce7da6c5e97c45256f6570858f5a73a138910892 (diff)
downloadcpython-8b813db2ef90ae83c3c6dcaa7ac3122290c9faf4.zip
cpython-8b813db2ef90ae83c3c6dcaa7ac3122290c9faf4.tar.gz
cpython-8b813db2ef90ae83c3c6dcaa7ac3122290c9faf4.tar.bz2
bug [ 729103 ] Cannot retrieve name of super object
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f4f918c..2c58dae 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -245,6 +245,9 @@ Extension Modules
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.