Modify ↓
Opened 2 years ago
Closed 23 months ago
#13511 closed defect (fixed)
imp module is deprecated in favour of importlib and slated for removal in Python 3.12
Reported by: | Jun Omae | Owned by: | Jun Omae |
---|---|---|---|
Priority: | normal | Milestone: | 1.5.4 |
Component: | general | Version: | |
Severity: | normal | Keywords: | python3.12 |
Cc: | Branch: | ||
Release Notes: |
Use |
||
API Changes: | |||
Internal Changes: |
Description
See https://docs.python.org/3/library/imp.html?highlight=Deprecated%20since
trac/loader.py:18: DeprecationWarning: the imp module is deprecated in favour of importlib and slated for removal in Python 3.12; see the module's documentation for alternative uses import imp
Attachments (0)
Change History (2)
comment:1 by , 23 months ago
Milestone: | 1.6 → 1.5.4 |
---|---|
Owner: | set to |
Status: | new → assigned |
comment:2 by , 23 months ago
Release Notes: | modified (diff) |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in [17645].