]> granicus.if.org Git - python/commit
Issue #25287: Don't add crypt.METHOD_CRYPT to crypt.methods if it's not
authorVictor Stinner <victor.stinner@gmail.com>
Fri, 2 Oct 2015 21:00:39 +0000 (23:00 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Fri, 2 Oct 2015 21:00:39 +0000 (23:00 +0200)
commit6661d885a34b355200b8ee6bd559af0a5cfc9c8b
treec0f0f5a78f983875d4320d62ada74fee9ce62644
parent4b5d8018dfc32a6edc73339787ed4530749ea90c
Issue #25287: Don't add crypt.METHOD_CRYPT to crypt.methods if it's not
supported. Check if it is supported, it may not be supported on OpenBSD for
example.
Doc/library/crypt.rst
Lib/crypt.py
Misc/NEWS