Modify ↓
#13025 closed enhancement (fixed)
Use importlib.import_module rather than __import__
| Reported by: | Ryan J Ollos | Owned by: | Ryan J Ollos |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.3.6 |
| Component: | general | Version: | |
| Severity: | normal | Keywords: | python3 |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: |
Replaced uses of |
||
Description
On trunk, where we support only Python 2.7, we can use importlib. The module is recommended over use of __import__.
Attachments (0)
Change History (7)
comment:1 by , 7 years ago
| Keywords: | python3 added |
|---|
comment:2 by , 7 years ago
| Milestone: | 1.3.4 → 1.3.5 |
|---|
comment:3 by , 6 years ago
| Milestone: | 1.3.5 → 1.3.6 |
|---|
comment:4 by , 6 years ago
comment:6 by , 6 years ago
| Release Notes: | modified (diff) |
|---|---|
| Resolution: | → fixed |
| Status: | assigned → closed |
comment:7 by , 6 years ago
Note:
See TracTickets
for help on using tickets.



Proposed changes: [b6bbc1725/rjollos.git]. I prepared them a long time back and need to do more testing.