Author: Armin Rigo <ar...@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()])
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to