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 s
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 vario
Hi guys.
I was just wondering what's going to happen to capwords and maketrans
when the string module is finally terminated. Is python just not going to
support those to functions anymore? Or are they going to suddenly be
implemented as string methods at the last minute? Or are they on the list