Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sys.setprofile is not described as CPython implementation detail #53577

Closed
abalkin opened this issue Jul 22, 2010 · 2 comments
Closed

sys.setprofile is not described as CPython implementation detail #53577

abalkin opened this issue Jul 22, 2010 · 2 comments
Labels
docs Documentation in the Doc dir type-feature A feature request or enhancement

Comments

@abalkin
Copy link
Member

abalkin commented Jul 22, 2010

BPO 9331
Nosy @abalkin, @benjaminp, @sandrotosi

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2011-03-29.21:28:10.389>
created_at = <Date 2010-07-22.17:43:35.469>
labels = ['type-feature', 'invalid', 'docs']
title = 'sys.setprofile is not described as CPython implementation detail'
updated_at = <Date 2011-03-29.21:28:10.376>
user = 'https://github.com/abalkin'

bugs.python.org fields:

activity = <Date 2011-03-29.21:28:10.376>
actor = 'sandro.tosi'
assignee = 'docs@python'
closed = True
closed_date = <Date 2011-03-29.21:28:10.389>
closer = 'sandro.tosi'
components = ['Documentation']
creation = <Date 2010-07-22.17:43:35.469>
creator = 'belopolsky'
dependencies = []
files = []
hgrepos = []
issue_num = 9331
keywords = []
message_count = 2.0
messages = ['111199', '132529']
nosy_count = 4.0
nosy_names = ['belopolsky', 'benjamin.peterson', 'sandro.tosi', 'docs@python']
pr_nums = []
priority = 'normal'
resolution = 'not a bug'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue9331'
versions = []

@abalkin
Copy link
Member Author

abalkin commented Jul 22, 2010

Unlike sys.settrace, sys.setprofile is not described as CPython implementation detail in Doc/library/sys.rst.

@abalkin abalkin added docs Documentation in the Doc dir type-feature A feature request or enhancement labels Jul 22, 2010
@sandrotosi
Copy link
Contributor

As Benjamin just confirmed on #python-dev, sys.setprofile is not a cpython impl detail, hence closing this issue.

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir type-feature A feature request or enhancement
Projects
None yet
Development

No branches or pull requests

2 participants