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.

classification
Title: Some methods of profile.Profile are not supported but the docs doesn't mention it.
Type: Stage: resolved
Components: Documentation Versions: Python 3.8
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: asvetlov, bombs-kim, docs@python
Priority: normal Keywords: patch

Created on 2018-12-16 06:48 by bombs-kim, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 11124 merged bombs-kim, 2018-12-16 06:49
Messages (3)
msg331917 - (view) Author: bombs (bombs-kim) * Date: 2018-12-16 06:48
Currently enable, disable methods are only supported by Profile class of cProfile module, not profile module. But the docs doesn't give this information. I think we should, at least mention it, in the docs.
msg331918 - (view) Author: bombs (bombs-kim) * Date: 2018-12-16 06:54
To elaborate, the docs simply says "Both the profile and cProfile modules provide the following functions... enable(), disable(), create_stats() ..."
msg331935 - (view) Author: Andrew Svetlov (asvetlov) * (Python committer) Date: 2018-12-16 19:34
New changeset b912f9342e7a37d170ba659c13c959115c11545a by Andrew Svetlov (Beomsoo Kim) in branch 'master':
bpo-35511: Trivial docs updates for profile and resource library modules. (GH-11124)
https://github.com/python/cpython/commit/b912f9342e7a37d170ba659c13c959115c11545a
History
Date User Action Args
2022-04-11 14:59:09adminsetgithub: 79692
2018-12-16 19:57:12asvetlovsetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2018-12-16 19:34:12asvetlovsetmessages: + msg331935
2018-12-16 06:54:02bombs-kimsetmessages: + msg331918
2018-12-16 06:49:06bombs-kimsetkeywords: + patch
stage: patch review
pull_requests: + pull_request10417
2018-12-16 06:48:23bombs-kimcreate