Open
Bug 1748282
Opened 4 years ago
Updated 4 years ago
DeprecationWarning: the imp module is deprecated in favour of importlib
Categories
(Core :: DOM: Bindings (WebIDL), defect, P3)
Core
DOM: Bindings (WebIDL)
Tracking
()
NEW
People
(Reporter: saschanaz, Unassigned)
Details
The following warning happens when running mozwebidlcodegen test:
0:22.85 C:\Users\Kagami\Documents\GitHub\gecko-dev\dom\bindings\mozwebidlcodegen\test\test_mozwebidlcodegen.py:7: 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
0:22.85 import imp
Updated•4 years ago
|
Severity: -- → S3
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•