[Python-Dev] PEP 290 revisited

Skip Montanaro skip@pobox.com
Mon, 13 Jan 2003 12:34:56 -0600


    Michael> If you're doing something non trivial to a module, the time
    Michael> required to use string methods rather than the string module is
    Michael> in the noise.

Provided of course that your non-trivial changes and the string methods
changes are in separate checkins.  Otherwise, your non-trivial changes can
easily drown in a sea of trivial changes.

Skip