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 eric.araujo
Recipients belopolsky, docs@python, eli.bendersky, eric.araujo, terry.reedy
Date 2010-11-27.15:07:37
SpamBayes Score 9.64237e-06
Marked as misclassified No
Message-id <1290870459.98.0.677793700466.issue9264@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for your work on this!

``dir/package/module.cover`` → :file:`{dir}/{package}/{module}.cover`

'``>>>>>>``' looks wrong.

``os.pathsep``: You can use :data:`os.pathsep` to get a link, I think.

+.. method:: CoverageResults.update(other)
FTR, there is a new way for doing such things: You can nest method directives in a class directive block.  See gettext.rst for an example.  Your patch needn’t change that now, not all docs have been updated, so it’s best to do as you did and follow the style of the rest of the file.  I propose to change it after your patch is committed.

+..
Stray dots at the end of the file.

The doc uses one or two spaces inconsistently.  I don’t know if it’s worth changing.
History
Date User Action Args
2010-11-27 15:07:40eric.araujosetrecipients: + eric.araujo, terry.reedy, belopolsky, eli.bendersky, docs@python
2010-11-27 15:07:39eric.araujosetmessageid: <1290870459.98.0.677793700466.issue9264@psf.upfronthosting.co.za>
2010-11-27 15:07:38eric.araujolinkissue9264 messages
2010-11-27 15:07:37eric.araujocreate