[Python-Dev] partition() (was: Remove str.find in 3.0?)

skip@pobox.com skip at pobox.com
Tue Aug 30 19:34:01 CEST 2005


    >> http://docs.python.org/lib/re-objects.html

    Michael> Dare I ask whether the uncompiled versions should be considered
    Michael> for removal in Python 3.0?

It is quite convenient to not have to compile regular expressions in most
cases.  The module takes care of compiling your patterns and caching them
for you.

Skip


More information about the Python-Dev mailing list