[issue10371] Deprecate trace module undocumented API

Alexander Belopolsky report at bugs.python.org
Tue Nov 9 03:32:32 CET 2010


New submission from Alexander Belopolsky <belopolsky at users.sourceforge.net>:

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.

----------
assignee: belopolsky
components: Library (Lib)
files: trace-deprecations.diff
keywords: patch
messages: 120833
nosy: belopolsky
priority: normal
severity: normal
stage: patch review
status: open
title: Deprecate trace module undocumented API
type: feature request
versions: Python 3.2
Added file: http://bugs.python.org/file19553/trace-deprecations.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10371>
_______________________________________


More information about the Python-bugs-list mailing list