documentation: what is "::="?
Lawrence D'Oliveiro
ldo at geek-central.gen.new_zealand
Tue Oct 14 05:31:37 EDT 2008
More information about the Python-list mailing list
Tue Oct 14 05:31:37 EDT 2008
- Previous message (by thread): documentation: what is "::="?
- Next message (by thread): documentation: what is "::="?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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. :)
- Previous message (by thread): documentation: what is "::="?
- Next message (by thread): documentation: what is "::="?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list