Issue 17907: Deprecate imp.new_module() in favour of types.ModuleType
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) * ![]() |
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) * ![]() |
Date: 2013-05-05 12:05 | |
If so, then at least the constructor should be documented. |
|||
| msg191171 - (view) | Author: Roundup Robot (python-dev) ![]() |
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) ![]() |
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 | |

