[Python-Dev] Remove str.find in 3.0?

Brett Cannon bcannon at gmail.com
Sat Aug 27 20:28:20 CEST 2005


On 8/26/05, Guido van Rossum <gvanrossum at gmail.com> wrote:
> On 8/26/05, Terry Reedy <tjreedy at udel.edu> wrote:
> > Can str.find be listed in PEP 3000 (under builtins) for removal?
> 
> Yes please. (Except it's not technically a builtin but a string method.)
> 

Done.  Added an "Atomic Types" section to the PEP as well.

-Brett


More information about the Python-Dev mailing list