This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author marioidival
Recipients marioidival
Date 2020-10-06.13:08:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1601989735.99.0.481225793113.issue41958@roundup.psfhosted.org>
In-reply-to
Content
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'
>>>
History
Date User Action Args
2020-10-06 13:08:56marioidivalsetrecipients: + marioidival
2020-10-06 13:08:55marioidivalsetmessageid: <1601989735.99.0.481225793113.issue41958@roundup.psfhosted.org>
2020-10-06 13:08:55marioidivallinkissue41958 messages
2020-10-06 13:08:55marioidivalcreate