New submission from Alexander Belopolsky <belopol...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue10371>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to