This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Matt.Bachmann
Recipients Matt.Bachmann, r.david.murray
Date 2013-03-19.04:24:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1363667048.07.0.0667508648134.issue17476@psf.upfronthosting.co.za>
In-reply-to
Content
Somewhere between python 2.7 and now the definition of a method changed causing this helper method in pydoc to break. This was discovered in http://bugs.python.org/issue17464 by r.david.murray when he found it curious that a test I wrote was passing. I had assumed the implemented behavior was correct.

Attached is a patch that ads in an updated version of that test with a fix to the bug. The method updated is only used in that one place as is indicated as private. So it only gets in classes. I went ahead and updated the param to reflect this.
History
Date User Action Args
2013-03-19 04:24:08Matt.Bachmannsetrecipients: + Matt.Bachmann, r.david.murray
2013-03-19 04:24:08Matt.Bachmannsetmessageid: <1363667048.07.0.0667508648134.issue17476@psf.upfronthosting.co.za>
2013-03-19 04:24:07Matt.Bachmannlinkissue17476 messages
2013-03-19 04:24:07Matt.Bachmanncreate