Add another idea from python-3000 list.
This commit is contained in:
parent
1de296ca70
commit
87cda17210
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue