Re: Uses of a deprecated module 'string'

2010-06-22 Thread Stephen Hansen
On 6/22/10 4:53 PM, rantingrick wrote: > On Jun 22, 4:37 pm, Thomas Jollans wrote: >> Looks like `letters' has been renamed to `ascii_letters'. > > > ASCII rubutted: > Really it's more like "asc-bye-bye_letters". They keep shoving me > more and more under the carpet! And that big fat glory hog

Re: Uses of a deprecated module 'string'

2010-06-22 Thread rantingrick
On Jun 22, 4:37 pm, Thomas Jollans wrote: > Looks like `letters' has been renamed to `ascii_letters'. ASCII rubutted: Really it's more like "asc-bye-bye_letters". They keep shoving me more and more under the carpet! And that big fat glory hog Unicode is really stating to get on my nerves!" Just

Re: Uses of a deprecated module 'string'

2010-06-22 Thread Thomas Jollans
On 06/22/2010 11:11 PM, Steven Howe wrote: > Hi, I'm trying to import 'letters' from the string module. > I get the following message: > > Uses of a deprecated module 'string' > > I realize the functionality of 'string' is now in the _buil

Re: Uses of a deprecated module 'string'

2010-06-22 Thread James Mills
On Wed, Jun 23, 2010 at 7:11 AM, Steven Howe wrote: > Hi, I'm trying to import 'letters' from the string module. > I get the following message: > >    Uses of a deprecated module 'string' > > I realize the functionality of 'string' is now in th

Uses of a deprecated module 'string'

2010-06-22 Thread Steven Howe
Hi, I'm trying to import 'letters' from the string module. I get the following message: Uses of a deprecated module 'string' I realize the functionality of 'string' is now in the _builtin_. But are the constants. If so, what are they called. I tried '