Add a missing versionadded directive to the lisp-if/lif documentation.

This commit is contained in:
Berker Peksag 2014-04-13 17:42:48 +03:00
parent 6072557b6c
commit 07b9371cb8

View File

@ -729,6 +729,8 @@ Everything else is considered `True`.
lisp-if / lif
-------------
.. versionadded:: 0.10.0
For those that prefer a more lisp-y if clause, we have lisp-if, or lif. This
*only* considers None/nil as false! All other values of python
"falseiness" are considered true.