[Python-checkins] peps: Integrated many suggestions from c.l.py and others. Nothing (original) (raw)

georg.brandl python-checkins at python.org
Wed Mar 23 21:24:02 CET 2011


http://hg.python.org/peps/rev/7775a6117a48 changeset: 68:7775a6117a48 user: Barry Warsaw <barry at python.org> date: Mon Jul 31 15:52:45 2000 +0000 summary: Integrated many suggestions from c.l.py and others. Nothing substantial w.r.t. the proposed solution, just clarifications, additional references, and an explanation of why most syntax changes don't work.

files: pep-0201.txt | 52 ++++++++++++++++++++++++--------------- 1 files changed, 32 insertions(+), 20 deletions(-)

diff --git a/pep-0201.txt b/pep-0201.txt --- a/pep-0201.txt +++ b/pep-0201.txt @@ -10,14 +10,14 @@

Introduction

Motivation @@ -25,13 +25,17 @@ Standard for-loops in Python iterate over every element in a sequence until the sequence is exhausted[1]. However, for-loops iterate over only a single sequence, and it is often desirable to

Lockstep For-Loops

@@ -70,13 +74,20 @@ [(1, 4), (2, 5), (3, 6), (None, 7)]

 For these reasons, several proposals were floated in the Python

The Proposed Solution

@@ -206,7 +217,8 @@ [1] http://www.python.org/doc/current/ref/for.html [2] http://www.haskell.org/onlinereport/standard-prelude.html#$vzip

Copyright

-- Repository URL: http://hg.python.org/peps



More information about the Python-checkins mailing list