In message <[EMAIL PROTECTED]>, Peter Otten wrote:

> ... you have probably executed
> 
> from locale import *
> 
> This has imported the locale.str() function that now shadows the builtin
> str().

One of many reasons not to use wildcard imports. :)
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to