python/nondist/peps pep-0308.txt,1.21,1.22
Update of /cvsroot/python/python/nondist/peps In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18085 Modified Files: pep-0308.txt Log Message: fixed typo; added whitespace Index: pep-0308.txt =================================================================== RCS file: /cvsroot/python/python/nondist/peps/pep-0308.txt,v retrieving revision 1.21 retrieving revision 1.22 diff -u -d -r1.21 -r1.22 --- pep-0308.txt 30 Sep 2005 01:51:58 -0000 1.21 +++ pep-0308.txt 30 Sep 2005 13:41:34 -0000 1.22 @@ -9,6 +9,7 @@ Created: 7-Feb-2003 Post-History: 7-Feb-2003, 11-Feb-2003 + Adding a conditional expression On 9/29/2005, Guido decided to add conditional expressions in the @@ -21,11 +22,12 @@ stymied by a lack of consensus on the best syntax. That issue was resolved by simply deferring to a BDFL best judgment call. - The decision was validated by reviewing the how the syntax fared when + The decision was validated by reviewing how the syntax fared when applied throughout the standard library (this review approximates a sampling of real-world use cases, across a variety of applications, written by a number of programmers with diverse backgrounds). [3] + References [1] Pronouncement
participants (1)
-
goodger@users.sourceforge.net