[Python-Dev] partition() (was: Remove str.find in 3.0?)
Fredrik Lundh
fredrik at pythonware.com
Tue Aug 30 20:43:19 CEST 2005
Michael Hoffman wrote:
> Dare I ask whether the uncompiled versions should be considered for
> removal in Python 3.0?
>
> *puts on his asbestos jacket*
there are no uncompiled versions, so that's not a problem.
if you mean the function level api, it's there for convenience. if you're
using less than 100 expressions in your program, you don't really have
to *explicitly* compile your expressions. the function api will do that
for you all by itself.
</F>
More information about the Python-Dev
mailing list