This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: conditional expression documentation missing/incorrect
Type: Stage:
Components: Documentation Versions: Python 2.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: aisaac0, georg.brandl
Priority: normal Keywords:

Created on 2006-03-19 05:06 by aisaac0, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg27826 - (view) Author: Alan (aisaac0) Date: 2006-03-19 05:06
PEP 308
http://www.python.org/doc/peps/pep-0308/
says Python 2.5 will add a conditional expression.

The Programming FAQ is as a result now wrong:
http://www.python.org/doc/faq/programming/#is-there-an-equivalent-of-c-s-ternary-operator

Also I do not see mention of this on the What's New page,
especially 
http://www.python.org/dev/doc/devel/whatsnew/node5.html
where it seems naturally to belong.

msg27827 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2006-03-19 11:24
Logged In: YES 
user_id=849994

The new up-to-date devel docs are at
http://docs.python.org/dev/. In the whatsnew there, PEP308
is included.

I've sent a mail to pydotorg@python.org about the
programming FAQ.
History
Date User Action Args
2022-04-11 14:56:16adminsetgithub: 43054
2006-03-19 05:06:12aisaac0create