Nick Coghlan wrote: > Another option would be simply "str.part()" and "str.rpart()". Then you could > think of it as an abbreviation of either 'partition' or 'parts' depending on > your inclination.
I momentarily forgot that "part" is also a verb in its own right, with the right meaning, too (think "parting your hair" and "parting the Red Sea"). So call it +1 for str.part and str.rpart, and +0 for str.partition and str.rpartition. Cheers, Nick. -- Nick Coghlan | [EMAIL PROTECTED] | Brisbane, Australia --------------------------------------------------------------- http://boredomandlaziness.blogspot.com _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com