[Python-Dev] Death to string functions!

Barry A. Warsaw barry@digicool.com
Sun, 17 Dec 2000 11:17:12 -0500


>>>>> "PF" == Peter Funk <pf@artcom-gmbh.de> writes:

    PF> Hmmmm.... May be this is just a matter of taste?  Like my
    PF> preference for '<>' instead of '!='?  Personally I still like
    PF> the old fashinoned form more.  Especially, if string.join() or
    PF> string.split() are involved.

Hey cool!  I prefer <> over != too, but I also (not surprisingly)
strongly prefer string methods over string module functions.

TOOWTDI-MA-ly y'rs,
-Barry