Re: [Tutor] capwords, maketrans

2007-06-14 Thread Stephen McInerney
Ok thanks all.

The doucmentation is confusing on that point.
Also when it refers to the methods becoming methods
of string objects a link would be nice.

Regards,
Stephen



From: John Fouhy [EMAIL PROTECTED]
To: Jacob S. [EMAIL PROTECTED]
CC: tutor@python.org
Subject: Re: [Tutor] capwords, maketrans
Date: Thu, 14 Jun 2007 13:30:42 +1200

On 14/06/07, Jacob S. [EMAIL PROTECTED] wrote:
  Hi guys.
  I was just wondering what's going to happen to capwords and 
maketrans
  when the string module is finally terminated.

As far as I know, the string module as a whole is not going away.  In
particular, the string module supplies various constants that are
quite useful.  Only those string functions that exist as string
methods (and are on the deprecated list) will eventually die.

--
John.
___
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

_
Hotmail to go? Get your Hotmail, news, sports and much more! 
http://mobile.msn.com

___
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor


Re: [Tutor] capwords, maketrans

2007-06-13 Thread John Fouhy
On 14/06/07, Jacob S. [EMAIL PROTECTED] wrote:
 Hi guys.
 I was just wondering what's going to happen to capwords and maketrans
 when the string module is finally terminated.

As far as I know, the string module as a whole is not going away.  In
particular, the string module supplies various constants that are
quite useful.  Only those string functions that exist as string
methods (and are on the deprecated list) will eventually die.

-- 
John.
___
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor