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 serhiy.storchaka
Recipients asvetlov, chris.jerdonek, docs@python, georg.brandl, serhiy.storchaka
Date 2012-08-11.07:54:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1344671677.09.0.245959325266.issue15527@psf.upfronthosting.co.za>
In-reply-to
Content
Georg, I see that :meth: with arguments works in the form :meth:`name(args) <module.class.name>`. I believe that the hyperlinks are helpful and it was designed that way.

Replacing :meth:/:func:/:c:func: for names with arguments on double backquotes can be done almost automatically. Here's another patch (I like it less).
History
Date User Action Args
2012-08-11 07:54:37serhiy.storchakasetrecipients: + serhiy.storchaka, georg.brandl, asvetlov, chris.jerdonek, docs@python
2012-08-11 07:54:37serhiy.storchakasetmessageid: <1344671677.09.0.245959325266.issue15527@psf.upfronthosting.co.za>
2012-08-11 07:54:36serhiy.storchakalinkissue15527 messages
2012-08-11 07:54:36serhiy.storchakacreate