Author: Armin Rigo <[email protected]> Branch: Changeset: r2714:de7a9358afd0 Date: 2016-06-06 16:32 +0200 http://bitbucket.org/cffi/cffi/changeset/de7a9358afd0/
Log: Another new item diff --git a/doc/source/whatsnew.rst b/doc/source/whatsnew.rst --- a/doc/source/whatsnew.rst +++ b/doc/source/whatsnew.rst @@ -28,6 +28,8 @@ but failed if you make use the ``bool`` type (because that is rendered as the C ``_Bool`` type, which doesn't exist in C++). +* ``help(lib)`` and ``help(lib.myfunc)`` now give useful information. + v1.6 ==== _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
