Message378121
After new version 3.9, the util module from importlib does not exists anymore
>>> import importlib
>>> importlib.util.find_spec('enum')
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: module 'importlib' has no attribute 'util'
>>> |
|
Date |
User |
Action |
Args |
2020-10-06 13:08:56 | marioidival | set | recipients:
+ marioidival |
2020-10-06 13:08:55 | marioidival | set | messageid: <1601989735.99.0.481225793113.issue41958@roundup.psfhosted.org> |
2020-10-06 13:08:55 | marioidival | link | issue41958 messages |
2020-10-06 13:08:55 | marioidival | create | |
|