Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r2112:b065013ab7fb
Date: 2015-05-27 11:59 +0200
http://bitbucket.org/cffi/cffi/changeset/b065013ab7fb/

Log:    Mention this too

diff --git a/doc/source/whatsnew.rst b/doc/source/whatsnew.rst
--- a/doc/source/whatsnew.rst
+++ b/doc/source/whatsnew.rst
@@ -7,8 +7,9 @@
 =====
 
 * Issue #196: ``ffi.set_source("package._ffi", None)`` would
-  incorrectly generate the Python source to ``package._ffi.py``
-  instead of ``package/_ffi.py``.
+  incorrectly generate the Python source to ``package._ffi.py`` instead
+  of ``package/_ffi.py``.  Also fixed: in some cases, if the C file was
+  in ``build/foo.c``, the .o file would be put in ``build/build/foo.o``.
 
 * ffi.addressof(lib, "func_name") now returns a regular cdata object
   of type "pointer to function".  You can use it on any function from a
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to