[Python-Dev] Adding a conditional expression in Py3.0
Sokolov Yura
falcon at intercable.ru
Sun Sep 25 09:53:13 CEST 2005
More information about the Python-Dev mailing list
Sun Sep 25 09:53:13 CEST 2005
- Previous message: [Python-Dev] Repository for python developers
- Next message: [Python-Dev] Adding a conditional expression in Py3.0
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Sorry for looking in every hole. Just a suggestion. A= condition and first or second problem is in case when first in (None,0,[],""). May be invent new operator 'take'. take - returns right operator when left evals to True and stops computing condidtional expression. Then we could write: A = condition take first or second. A = x==y take w or s A = z is not None and q!=12 take [] or allowable(z,q) take [(z,q)] or "Impossible" Ok, it might looks ugly. But may be not. ------------------------------------- Excuse my english.
- Previous message: [Python-Dev] Repository for python developers
- Next message: [Python-Dev] Adding a conditional expression in Py3.0
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list