[issue41958] importlib has not util module

2020-10-08 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker ___ ___ Pyth

[issue41958] importlib has not util module

2020-10-08 Thread Irit Katriel
Irit Katriel added the comment: This can be closed as not a bug (it's a user error). -- ___ Python tracker ___ ___ Python-bugs-list

[issue41958] importlib has not util module

2020-10-06 Thread Irit Katriel
Irit Katriel added the comment: import importlib.util -- nosy: +iritkatriel ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue41958] importlib has not util module

2020-10-06 Thread Mario Idival
New submission from Mario Idival : 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 "", line 1, in AttributeError: module 'importlib' has no attribute 'util' >>> --

[issue41958] importlib has not util module

2020-10-06 Thread Mario Idival
Change by Mario Idival : -- type: -> crash ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth