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 belopolsky
Recipients belopolsky
Date 2010-11-09.02:32:27
SpamBayes Score 7.241429e-05
Marked as misclassified No
Message-id <1289269952.54.0.146506315747.issue10371@psf.upfronthosting.co.za>
In-reply-to
Content
Following python-dev discussion on the issue, I would like to propose trace-deprecations.diff patch for review.

I would like to make these changes before turning to issue10342 which will require changing many of these APIs that take a source path to take a module object (or possibly a loader).

Note that CoverageResults presents an interesting case of a class that does not need to be public, but its methods, particularly write_results() need to be documented.
History
Date User Action Args
2010-11-09 02:32:32belopolskysetrecipients: + belopolsky
2010-11-09 02:32:32belopolskysetmessageid: <1289269952.54.0.146506315747.issue10371@psf.upfronthosting.co.za>
2010-11-09 02:32:30belopolskylinkissue10371 messages
2010-11-09 02:32:29belopolskycreate