Re: Can we create an_object = object() and add attribute like fora class?
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.python archive

Re: Can we create an_object = object() and add attribute like fora class?

From: Pierre Rouleau <prouleau@impathnetworks.com>
Date: Sun Apr 30 2006 - 02:12:48 CEST

Fredrik Lundh wrote:

> 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 ?
>

ok... I should have said "something like the built-in object type"
instead of "standard library"...

--
Pierre Rouleau
Received on Mon May 1 00:46:07 2006