Aahz requested that the principal objection be clearly identified.

This commit is contained in:
Raymond Hettinger 2003-11-03 21:31:53 +00:00
parent 2aa6c861f6
commit cfec7a1e79
1 changed files with 9 additions and 0 deletions

View File

@ -104,6 +104,15 @@ __getitem__() and __len__() but still have some useful way of
providing reverse iteration.
Discussion
==========
The case against adoption of the PEP is a desire to keep the number of
builtin functions small. This needs to weighed against the simplicity
and convenience of having it as builtin instead of being tucked away in
some other namespace.
Real World Use Cases
====================