Author: Armin Rigo <ar...@tunes.org>
Branch: release-1.11
Changeset: r3085:c8cb48e7bca9
Date: 2018-01-13 20:28 +0100
http://bitbucket.org/cffi/cffi/changeset/c8cb48e7bca9/

Log:    Update whatsnew

diff --git a/doc/source/whatsnew.rst b/doc/source/whatsnew.rst
--- a/doc/source/whatsnew.rst
+++ b/doc/source/whatsnew.rst
@@ -7,7 +7,10 @@
 
 * Windows: reverted linking with ``python3.dll``, because
   virtualenv does not make this DLL available to virtual environments
-  for now.  See `Issue #355`_.
+  for now.  See `Issue #355`_.  On Windows only, the C extension
+  modules created by cffi follow for now the standard naming scheme
+  ``foo.cp36-win32.pyd``, to make it clear that they are regular
+  CPython modules depending on ``python36.dll``.
 
 .. _`Issue #355`: https://bitbucket.org/cffi/cffi/issues/355/
 
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to