Author: Matti Picus <[email protected]> Branch: py3.6 Changeset: r96741:416b312eb49d Date: 2019-06-05 07:32 +0300 http://bitbucket.org/pypy/pypy/changeset/416b312eb49d/
Log: in python3 crypt -> _crypt and there is a lib-python/3/crypt.py diff --git a/lib_pypy/crypt/__init__.py b/lib_pypy/_crypt/__init__.py rename from lib_pypy/crypt/__init__.py rename to lib_pypy/_crypt/__init__.py --- a/lib_pypy/crypt/__init__.py +++ b/lib_pypy/_crypt/__init__.py @@ -1,5 +1,5 @@ """ -CFFI based implementation of the crypt module +CFFI based implementation of the _crypt module """ import sys _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
