Uses of a deprecated module 'string'

Steven Howe howe.steven at gmail.com
Tue Jun 22 17:11:41 EDT 2010


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 'letters', but got:

     NameError: name 'letters' is not defined

Thanks for any help.

Steven Howe




More information about the Python-list mailing list