documentation: what is "::="?

Lawrence D'Oliveiro ldo at geek-central.gen.new_zealand
Tue Oct 14 05:31:37 EDT 2008


In message <gd1ga6$4q9$01$1 at news.t-online.com>, 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. :)



More information about the Python-list mailing list