On 5/4/2011 6:59 PM, Alan Gauld wrote:

The string methods are builtin and the string
module is really only needed for backwatds
compatibility these days.

Yes, except for:

8.1.5. String functions
The following functions are available to operate on string and Unicode objects. They are not available as string methods.

string.capwords(s[, sep])

string.maketrans(from, to)


--
Bob Gailer
919-636-4239
Chapel Hill NC

_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to