[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
- Previous message: [Python-3000] find -> index patch
- Next message: [Python-3000] find -> index patch
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-3000] find -> index patch
- Next message: [Python-3000] find -> index patch
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]