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.
Created on 2013年05月25日 15:45 by brett.cannon, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (6) | |||
|---|---|---|---|
| msg189969 - (view) | Author: Brett Cannon (brett.cannon) * (Python committer) | Date: 2013年05月25日 15:45 | |
Is there a reason NamespaceLoader is undocumented? |
|||
| msg190109 - (view) | Author: Eric V. Smith (eric.smith) * (Python committer) | Date: 2013年05月26日 19:50 | |
No reason I can think of, other than it never occurred to me to do it. |
|||
| msg404637 - (view) | Author: Terry J. Reedy (terry.reedy) * (Python committer) | Date: 2021年10月21日 19:54 | |
Close this? As near as I can tell, there is currectly no doc for importlib._bootstrap ('_bootstrap' neither in Index nor importlib doc). Also, it does not currently contain NamespaceLoader (not in dir(importlib._bootstrap).
|
|||
| msg404639 - (view) | Author: Eric Snow (eric.snow) * (Python committer) | Date: 2021年10月21日 19:59 | |
See bpo-35673. Also, it is actually in importlib._bootstrap_external. |
|||
| msg404644 - (view) | Author: Terry J. Reedy (terry.reedy) * (Python committer) | Date: 2021年10月21日 20:13 | |
_bootstrap_external also appears to be undocumented. It does has _NamespaceLoader among its 77 entries. |
|||
| msg404668 - (view) | Author: Brett Cannon (brett.cannon) * (Python committer) | Date: 2021年10月21日 21:30 | |
This was taken care of by https://github.com/python/cpython/pull/29049/. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:46 | admin | set | github: 62256 |
| 2021年10月21日 21:30:41 | brett.cannon | set | status: open -> closed resolution: fixed messages: + msg404668 stage: needs patch -> resolved |
| 2021年10月21日 20:13:50 | terry.reedy | set | messages: + msg404644 |
| 2021年10月21日 19:59:58 | eric.snow | set | nosy:
+ eric.snow messages: + msg404639 |
| 2021年10月21日 19:54:31 | terry.reedy | set | nosy:
+ terry.reedy messages: + msg404637 |
| 2013年06月22日 00:44:25 | brett.cannon | set | keywords:
+ easy, - 3.3regression assignee: barry -> docs@python nosy: + docs@python versions: + Python 3.4 |
| 2013年05月26日 19:50:04 | eric.smith | set | messages: + msg190109 |
| 2013年05月25日 15:45:51 | brett.cannon | create | |