Steve Dower <steve.do...@python.org> added the comment:

Marking this easy/newcomer friendly.

This should catch the ModuleNotFoundError raised when _crypt is missing and 
raise a more informative ImportError saying that crypt is unsupported.

All the other modules that are missing are native extension modules that are 
not built - this is the only one that is a .py file. We don't exclude any other 
Lib\*.py files from the distribution.

----------
keywords: +easy, newcomer friendly
versions: +Python 3.8, Python 3.9 -Python 3.6, Python 3.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue25172>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to