[Python-3000] find -> index patch (original) (raw)

martin at v.loewis.de martin at v.loewis.de
Thu Aug 24 16:33:12 CEST 2006


Zitat von Jack Diederich <jack at psynchronous.com>:

+ if (sepfound):

This should be

       if sep_found:

If folks like the way this partial set looks I'll convert the rest.

Otherwise, it looks fine.

Martin



More information about the Python-3000 mailing list