[Python-checkins] r45746 - peps/trunk/pep-3100.txt

georg.brandl python-checkins at python.org
Thu Apr 27 11:55:13 CEST 2006


Author: georg.brandl
Date: Thu Apr 27 11:55:12 2006
New Revision: 45746

Modified:
   peps/trunk/pep-3100.txt
Log:
Add another idea from python-3000 list.



Modified: peps/trunk/pep-3100.txt
==============================================================================
--- peps/trunk/pep-3100.txt	(original)
+++ peps/trunk/pep-3100.txt	Thu Apr 27 11:55:12 2006
@@ -133,6 +133,7 @@
   (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 @@
 .. [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
 


More information about the Python-checkins mailing list