Ron Reiter <ron.rei...@gmail.com> added the comment: Python 3.6.4 (default, Mar 22 2018, 23:35:12) [GCC 4.2.1 Compatible Apple LLVM 9.0.0 (clang-900.0.39.2)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> import crypt >>> crypt.crypt("test", crypt.METHOD_SHA512) '$6asQOJRqB1i2' >>> crypt.crypt("test", crypt.METHOD_SHA512) '$6asQOJRqB1i2'
---------- _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue33213> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com