[Python-Dev] Assignment to __class__ of module? (Autoloading? (Making Queue.Queue easier to use))

Greg Ewing greg.ewing at canterbury.ac.nz
Thu Oct 13 07:20:58 CEST 2005


Phillip J. Eby wrote:
> At 01:47 PM 10/13/2005 +1300, Greg Ewing wrote:
> 
>> I'm trying to change the __class__ of a newly-imported
>> module to a subclass of types.ModuleType
> 
> It happened in Python 2.3, actually.

Is there a discussion anywhere about the reason this was
done? It would be useful if this capability could be
regained somehow without breaking things.

-- 
Greg Ewing, Computer Science Dept, +--------------------------------------+
University of Canterbury,	   | A citizen of NewZealandCorp, a	  |
Christchurch, New Zealand	   | wholly-owned subsidiary of USA Inc.  |
greg.ewing at canterbury.ac.nz	   +--------------------------------------+


More information about the Python-Dev mailing list