[pypy-commit] cffi tmpdir-from-environ: Mention 'CFFI_TMPDIR' in changelog

malthe noreply at buildbot.pypy.org
Wed Sep 3 10:25:54 CEST 2014


Author: malthe
Branch: tmpdir-from-environ
Changeset: r1563:77488a5815a5
Date: 2014-09-02 14:59 +0200
http://bitbucket.org/cffi/cffi/changeset/77488a5815a5/

Log:	Mention 'CFFI_TMPDIR' in changelog

diff --git a/doc/source/index.rst b/doc/source/index.rst
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -640,8 +640,9 @@
 
 .. versionadded:: 0.4
    The ``tmpdir`` argument to ``verify()`` controls where the C
-   files are created and compiled.  By default it is
-   ``directory_containing_the_py_file/__pycache__``, using the
+   files are created and compiled. Unless the ``CFFI_TMPDIR`` environment
+   variable is set, the default is
+   ``directory_containing_the_py_file/__pycache__`` using the
    directory name of the .py file that contains the actual call to
    ``ffi.verify()``.  (This is a bit of a hack but is generally
    consistent with the location of the .pyc files for your library.


More information about the pypy-commit mailing list