[Tutor] Missing methods in string module?

2005-06-29 Thread Philip Carl
If I check the Python Libray Reference for String Methods (2.3.6.1) I find many methods listed e.g. decode, encode, endswith etc. that do not seem to be listed by the command line dir(string) in Python 2.4 under Windows XP, although many other methods e.g. capitalize and center are. Why i

Re: [Tutor] Missing methods in string module?

2005-06-29 Thread Brian van den Broek
Philip Carl said unto the world upon 29/06/2005 15:32: > If I check the Python Libray Reference for String Methods (2.3.6.1) I > find many methods listed e.g. decode, encode, endswith etc. that do not > seem to be listed by the command line dir(string) in Python 2.4 under > Windows XP, althoug