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月04日 18:25 by brett.cannon, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (4) | |||
|---|---|---|---|
| msg188388 - (view) | Author: Brett Cannon (brett.cannon) * (Python committer) | Date: 2013年05月04日 18:25 | |
imp.new_module() does not need to exist since code can use types.ModuleType's constructor. |
|||
| msg188439 - (view) | Author: Antoine Pitrou (pitrou) * (Python committer) | Date: 2013年05月05日 12:05 | |
If so, then at least the constructor should be documented. |
|||
| msg191171 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2013年06月14日 23:20 | |
New changeset be50f1403f4d by Brett Cannon in branch 'default': Issue #17907: Document types.ModuleType's constructor and attributes, http://hg.python.org/cpython/rev/be50f1403f4d |
|||
| msg191185 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2013年06月15日 02:26 | |
New changeset 9cacdb9d0c59 by Brett Cannon in branch 'default': Issue #17907: touch up the code for imp.new_module(). http://hg.python.org/cpython/rev/9cacdb9d0c59 |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:45 | admin | set | github: 62107 |
| 2013年06月15日 02:26:38 | python-dev | set | messages: + msg191185 |
| 2013年06月14日 23:20:25 | brett.cannon | set | status: open -> closed resolution: fixed stage: test needed -> resolved |
| 2013年06月14日 23:20:05 | python-dev | set | nosy:
+ python-dev messages: + msg191171 |
| 2013年06月14日 22:36:32 | brett.cannon | set | assignee: brett.cannon |
| 2013年06月11日 20:48:09 | brett.cannon | set | assignee: brett.cannon -> (no value) |
| 2013年06月11日 20:24:54 | brett.cannon | set | assignee: brett.cannon |
| 2013年05月10日 17:47:16 | ezio.melotti | set | nosy:
+ ezio.melotti type: enhancement |
| 2013年05月05日 12:05:38 | pitrou | set | nosy:
+ pitrou messages: + msg188439 |
| 2013年05月04日 23:49:16 | Arfrever | set | nosy:
+ Arfrever |
| 2013年05月04日 18:25:28 | brett.cannon | link | issue17177 dependencies |
| 2013年05月04日 18:25:08 | brett.cannon | create | |