[pypy-commit] cffi default: Mention ffi.unpack(), full doc later

arigo pypy.commits at gmail.com
Sun Apr 17 13:13:55 EDT 2016


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r2666:9971e9cc37dd
Date: 2016-04-17 19:14 +0200
http://bitbucket.org/cffi/cffi/changeset/9971e9cc37dd/

Log:	Mention ffi.unpack(), full doc later

diff --git a/doc/source/whatsnew.rst b/doc/source/whatsnew.rst
--- a/doc/source/whatsnew.rst
+++ b/doc/source/whatsnew.rst
@@ -8,6 +8,8 @@
 
 * ffi.list_types()
 
+* ffi.unpack()
+
 
 v1.5.2
 ======


More information about the pypy-commit mailing list