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 vterron
Recipients Cameron.Hayne, ezio.melotti, vterron
Date 2011-10-20.01:09:42
SpamBayes Score 2.7330716e-06
Marked as misclassified No
Message-id <1319072983.69.0.12362458665.issue13223@psf.upfronthosting.co.za>
In-reply-to
Content
FWIU, only the name of the method, getAnswer, would be a HTML link in the "self.getAnswer()" line that pydoc should generate, while strong (highlighted) text would be used for instance attributes.

I have written a patch for that, by checking for "self." matches (and differentiating between methods and instance attributes) *before* trying to match functions or class instantiations.

It seems to work, but I will test it thoroughly tomorrow.
History
Date User Action Args
2011-10-20 01:09:43vterronsetrecipients: + vterron, ezio.melotti, Cameron.Hayne
2011-10-20 01:09:43vterronsetmessageid: <1319072983.69.0.12362458665.issue13223@psf.upfronthosting.co.za>
2011-10-20 01:09:43vterronlinkissue13223 messages
2011-10-20 01:09:42vterroncreate