Update versionadded/changed.

This commit is contained in:
Ezio Melotti 2010-03-21 07:16:43 +00:00
parent 7563494877
commit f8754a60a8
9 changed files with 19 additions and 24 deletions

View file

@ -1152,8 +1152,6 @@ not bother to return a value of the same type as its argument, so e.g., ``not
Conditional Expressions
=======================
.. versionadded:: 2.5
.. index::
pair: conditional; expression
pair: ternary; operator