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 pitrou
Recipients docs@python, eric.araujo, ezio.melotti, georg.brandl, pitrou
Date 2013-07-29.18:35:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1375122923.79.0.730406322401.issue18589@psf.upfronthosting.co.za>
In-reply-to
Content
The following command does the trick:

sed -i "s/:attr:\`tp_/:c:member:\`~PyTypeObject.tp_/g" `find -name "*.rst"`

It does not fix word-wrapping, though. Is it ok to commit?
History
Date User Action Args
2013-07-29 18:35:23pitrousetrecipients: + pitrou, georg.brandl, ezio.melotti, eric.araujo, docs@python
2013-07-29 18:35:23pitrousetmessageid: <1375122923.79.0.730406322401.issue18589@psf.upfronthosting.co.za>
2013-07-29 18:35:23pitroulinkissue18589 messages
2013-07-29 18:35:23pitroucreate