From 63a04aad2bef8c4436c38a59fd6207e339ec81e3 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Fri, 7 Feb 2003 22:13:53 +0000 Subject: [PATCH] Credit where credit is due. Also add an extra blank line before the section on ifelse(). --- pep-0308.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pep-0308.txt b/pep-0308.txt index af72bcfe4..941465cc5 100644 --- a/pep-0308.txt +++ b/pep-0308.txt @@ -72,7 +72,8 @@ Alternatives to C-derived language, it is hard to understand. - Eric Raymond proposed a variant that doesn't have this problem: + David Ascher proposed, and Eric Raymond even implemented, a + variant that doesn't have this problem: ? ! @@ -98,6 +99,7 @@ Alternatives advantage of evaluating strictly from left to right (not that that is a requirement for being Pythonic -- list comprehensions don't). + Many people suggest adding a new builtin instead of extending the syntax of the language, e.g.: