Can we create an_object = object() and add attribute like fora class?
Fredrik Lundh
fredrik at pythonware.com
Sat Apr 29 19:49:22 EDT 2006
Pierre Rouleau wrote:
> I can understand the design decision not to give object a __dict__, but
> I wonder if i'd be a good idea to have a class that derives from object
> and has a __dict__ to be in the standard library.
so you can replace one line of code in some of your programs with
an import statement ?
cute.
</F>
More information about the Python-list
mailing list