Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r2183:abc8ff5b2885
Date: 2015-06-09 20:56 +0200
http://bitbucket.org/cffi/cffi/changeset/abc8ff5b2885/

Log:    Whatsnew

diff --git a/doc/source/whatsnew.rst b/doc/source/whatsnew.rst
--- a/doc/source/whatsnew.rst
+++ b/doc/source/whatsnew.rst
@@ -14,6 +14,10 @@
   ``int a[5][...];`` is supported (but probably less useful: remember
   that in C it means ``int (a[5])[...];``).
 
+* PyPy: the ``lib.some_function`` objects were missing the attributes
+  ``__name__``, ``__module__`` and ``__doc__`` that are expected e.g. by
+  some decorators-management functions from ``functools``.
+
 
 1.1.2
 =====
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to