[pypy-commit] pypy py3.5: Document the change

arigo pypy.commits at gmail.com
Mon Jun 12 10:02:56 EDT 2017


Author: Armin Rigo <arigo at tunes.org>
Branch: py3.5
Changeset: r91593:7880a8249e05
Date: 2017-06-12 16:02 +0200
http://bitbucket.org/pypy/pypy/changeset/7880a8249e05/

Log:	Document the change

diff --git a/lib_pypy/_cffi_ssl/README.md b/lib_pypy/_cffi_ssl/README.md
--- a/lib_pypy/_cffi_ssl/README.md
+++ b/lib_pypy/_cffi_ssl/README.md
@@ -6,7 +6,8 @@
 that cryptography can ship their own cffi backend)
 
 NOTE: currently, we have changed ``_cffi_src/openssl/callbacks.py`` to
-not rely on the CPython C API.
+not rely on the CPython C API, and ``_cffi_src/utils.py`` for issue #2575
+(29c9a89359e4).
 
 # Tests?
 


More information about the pypy-commit mailing list