> The source for findall is in re.py -- it's just a loop written in > Python. You can easily (provided you understand all the pieces > first!) write the same thing yourself. You can also simply get a copy of the new re module and put it somewhere easy to import. I did that for a while, and it worked pretty well. Alex.