cpython/Lib/importlib
Anthony Sottile 8087831231 Don't crash if there exists an EGG-INFO directory on sys.path (#13667)
* Don't crash if there exists an EGG-INFO directory on sys.path

cross-port of https://gitlab.com/python-devs/importlib_metadata/merge_requests/72

* Also catch PermissionError for windows
2019-05-29 17:13:11 -07:00
..
metadata Don't crash if there exists an EGG-INFO directory on sys.path (#13667) 2019-05-29 17:13:11 -07:00
__init__.py
_bootstrap.py
_bootstrap_external.py bpo-34632: Add importlib.metadata (GH-12547) 2019-05-24 16:59:01 -07:00
abc.py
machinery.py
resources.py
util.py