[Python-Dev] other "magic strings" issues

Martin v. Löwis martin at v.loewis.de
Fri Nov 7 16:07:30 EST 2003


Thomas Heller <theller at python.net> writes:

> But there are probably more useful combinations like
> 
>     string.letters + string.digits + "_"

I think the typical application of this should use regular expressions
instead.

Regards,
Martin




More information about the Python-Dev mailing list