Issue 15053: imp.lock_held() "Changed in Python 3.3" mention accidentally one function up (original) (raw)
Issue15053
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.
This issue has been migrated to GitHub: https://github.com/python/cpython/issues/59258
classification
Title: | imp.lock_held() "Changed in Python 3.3" mention accidentally one function up | ||
---|---|---|---|
Type: | Stage: | needs patch | |
Components: | Documentation | Versions: | Python 3.3 |
process
Status: | closed | Resolution: | fixed |
---|---|---|---|
Dependencies: | Superseder: | ||
Assigned To: | docs@python | Nosy List: | brett.cannon, docs@python, pitrou, python-dev |
Priority: | normal | Keywords: |
Created on 2012-06-12 20:20 by brett.cannon, last changed 2022-04-11 14:57 by admin. This issue is now closed.
Messages (3) | ||
---|---|---|
msg162694 - (view) | Author: Brett Cannon (brett.cannon) * ![]() |
Date: 2012-06-12 20:20 |
If you look at http://docs.python.org/dev/py3k/library/imp.html#imp.get_tag you will notice it has the "Changed in Python 3.3" notice for imp.lock_held() in it, the function *below* imp.get_tag(). | ||
msg162696 - (view) | Author: Antoine Pitrou (pitrou) * ![]() |
Date: 2012-06-13 00:26 |
Well, if the versionchanged were for get_tag(), it would be indented appropriately. But it is actually for the "The following functions help interact with the import system’s internal locking mechanism" paragraph. Feel free to improve :) | ||
msg165389 - (view) | Author: Roundup Robot (python-dev) ![]() |
Date: 2012-07-13 15:26 |
New changeset c09f454af2c6 by Brett Cannon in branch 'default': Issue #15053: Make sure all functions related to the import lock have http://hg.python.org/cpython/rev/c09f454af2c6 |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:57:31 | admin | set | github: 59258 |
2012-07-13 15:27:19 | brett.cannon | set | status: open -> closedresolution: fixed |
2012-07-13 15:26:27 | python-dev | set | nosy: + python-devmessages: + |
2012-06-13 00:26:46 | pitrou | set | messages: + |
2012-06-12 20:20:45 | brett.cannon | create |
Supported by The Python Software Foundation,
Powered by Roundup
Copyright © 1990-2022, Python Software Foundation
Legal Statements