[issue25172] Unix-only crypt should not be present on Windows.

Steve Dower report at bugs.python.org
Mon Jan 6 16:27:55 EST 2020


Steve Dower <steve.dower at python.org> added the comment:

I started creating an example of improving the skip cases, and ended up just making a PR. It should:

* expect a helpful error on Windows
* work fine on other platforms with crypt
* skip all tests on other platforms without crypt

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue25172>
_______________________________________


More information about the Python-bugs-list mailing list