From 87cda172105bea00fc2caf0e33bc520af53b69e7 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Thu, 27 Apr 2006 09:55:12 +0000 Subject: [PATCH] Add another idea from python-3000 list. --- pep-3100.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pep-3100.txt b/pep-3100.txt index b5c93785d..1328188c9 100644 --- a/pep-3100.txt +++ b/pep-3100.txt @@ -133,6 +133,7 @@ Atomic Types (e.g. ``dict.keys()``, ``dict.values()``, ``dict.items()``, etc.); iter* methods will be removed OR make keys(), etc. return views ala Java collections??? +* Make ``string.join()`` stringify its arguments? [26]_ To be removed: @@ -303,6 +304,9 @@ References .. [25] python-3000 email ("Pronouncement on parameter lists") http://mail.python.org/pipermail/python-3000/2006-April/001175.html +.. [26] python-3000 email ("More wishful thinking") + http://mail.python.org/pipermail/python-3000/2006-April/000810.html + .. [#pep238] PEP 238 (Changing the Division Operator) http://www.python.org/dev/peps/pep-0238