[pypy-commit] cffi default: Mention versionadded 0.4.

arigo noreply at buildbot.pypy.org
Fri Sep 7 09:05:58 CEST 2012


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r919:6afb1c70debb
Date: 2012-09-07 09:05 +0200
http://bitbucket.org/cffi/cffi/changeset/6afb1c70debb/

Log:	Mention versionadded 0.4.

diff --git a/doc/source/index.rst b/doc/source/index.rst
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -308,9 +308,12 @@
   setup(...
         ext_modules=[yourmodule.ffi.verifier.get_extension()])
 
-If your ``setup.py`` installs a whole package, you can put the extension
-in it too::
+.. versionadded:: 0.4
+   If your ``setup.py`` installs a whole package, you can put the extension
+   in it too:
 
+::
+  
   setup(...
         ext_package='yourpackage',     # but see below!
         ext_modules=[yourmodule.ffi.verifier.get_extension()])


More information about the pypy-commit mailing list