mirror of https://github.com/python/cpython
2 lines
296 B
ReStructuredText
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.
|