Re: [Python-Dev] Adding a conditional expression in Py3.0
Sept. 29, 2005
9 a.m.
Guido van Rossum wrote: file = os.path.abspath(file) if file else '?' ... These are all unreadable. In C "a ? b : c" is not used very often. A quick check of the Python source found 476 occurences. -1 to conditional expressions.
7499
Age (days ago)
7499
Last active (days ago)
0 comments
1 participants
participants (1)
-
Edward C. Jones