[Python-Dev] Idea - place to put string functions and consts

Barry A. Warsaw barry@zope.com
Mon, 18 Mar 2002 15:56:35 -0500


>>>>> "GvR" == Guido van Rossum <guido@python.org> writes:

    >> COMMA.join(['spam', 'eggs'])

    GvR> This I've never liked.

    >> comma_join(['spam', 'eggs'])

    GvR> But this one's sweet!

Ah, so is it the uppercase letters or the dot you dislike <wink>?

-Barry