Víctor Terrón <quinta...@gmail.com> added the comment:

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.

----------
keywords: +patch
nosy: +vterron
Added file: http://bugs.python.org/file23477/issue13223.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue13223>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to