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
--
http://mail.python.org/mailman/listinfo/python-list
