[pypy-commit] pypy py3.6: in python3 crypt -> _crypt and there is a lib-python/3/crypt.py

mattip pypy.commits at gmail.com
Wed Jun 5 00:38:54 EDT 2019


Author: Matti Picus <matti.picus at gmail.com>
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


More information about the pypy-commit mailing list