Guido van Rossum
|
edf0585da8
|
Add and/or alternative and why it doesn't always work.
Correct origin of ?: and ?! again.
|
2003-02-08 00:56:13 +00:00 |
Guido van Rossum
|
c486401240
|
Add if C : e1 else e2.
|
2003-02-07 22:34:54 +00:00 |
Guido van Rossum
|
648a2a5acc
|
Explain that "e if C" (without the "else" part) is a bad idea.
|
2003-02-07 22:29:39 +00:00 |
Guido van Rossum
|
63a04aad2b
|
Credit where credit is due. Also add an extra blank line before the
section on ifelse().
|
2003-02-07 22:13:53 +00:00 |
Skip Montanaro
|
cd1746477e
|
explain why adding a new builtin won't work.
|
2003-02-07 20:18:45 +00:00 |
Guido van Rossum
|
a526eed9cb
|
Add PEP 308: if-then-else expression proposal.
|
2003-02-07 17:03:31 +00:00 |