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 eli.bendersky
Recipients belopolsky, docs@python, eli.bendersky, eric.araujo, terry.reedy
Date 2010-11-27.15:17:31
SpamBayes Score 1.7328402e-05
Marked as misclassified No
Message-id <1290871053.19.0.896032033724.issue9264@psf.upfronthosting.co.za>
In-reply-to
Content
Attaching an updated patch following Éric's suggestions:

* ``dir/package/module.cover`` -- FIXED

* '``>>>>>>``' looks wrong -- FIXED to just ``>>>>>>``

* ``os.pathsep`` -- FIXED

* method:: CoverageResults.update(other) -- OK, let's leave it for a separate issue.

* Stray dots at the end of the file -- FIXED 

* The doc uses one or two spaces inconsistently.  -- not 100% what you mean here, but I found inconsistent separation between paragraphs (sometimes 1 blank line, sometimes 2), and fixed it. If you meant something else, I can fix that too :)
History
Date User Action Args
2010-11-27 15:17:33eli.benderskysetrecipients: + eli.bendersky, terry.reedy, belopolsky, eric.araujo, docs@python
2010-11-27 15:17:33eli.benderskysetmessageid: <1290871053.19.0.896032033724.issue9264@psf.upfronthosting.co.za>
2010-11-27 15:17:31eli.benderskylinkissue9264 messages
2010-11-27 15:17:31eli.benderskycreate