[Python-checkins] peps: Added a few more open issues: (original) (raw)

georg.brandl python-checkins at python.org
Wed Mar 23 21:22:59 CET 2011


http://hg.python.org/peps/rev/a229a82a4f16 changeset: 34:a229a82a4f16 user: Barry Warsaw <barry at python.org> date: Mon Jul 24 17:40:00 2000 +0000 summary: Added a few more open issues:

files: pep-0201.txt | 29 ++++++++++++++++++++++++++++- 1 files changed, 28 insertions(+), 1 deletions(-)

diff --git a/pep-0201.txt b/pep-0201.txt --- a/pep-0201.txt +++ b/pep-0201.txt @@ -125,7 +125,8 @@ It is not possible to pad short lists with different pad values, nor will zip() ever raise an exception with lists of different lengths. To accomplish either behavior, the sequences must be

@@ -390,6 +391,14 @@

   Current scoring seems to generally favor outcome 1.

@@ -399,6 +408,24 @@ with zip' because the same functionality is available in other languages (e.g. Haskell) under the name zip'[2].

References

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



More information about the Python-checkins mailing list