cpython/Misc/NEWS.d/next/Windows/2019-08-06-18-09-18.bpo-251...

2 lines
296 B
ReStructuredText

Trying to import the :mod:`crypt` module on Windows will result in an :exc:`ImportError` with a message explaining that the module isn't supported on Windows. On other platforms, if the underlying ``_crypt`` module is not available, the ImportError will include a message explaining the problem.