Peter Otten wrote:
> Paolino wrote:
> 
> 
>>Why descriptor mechanism doesn't apply to modules?
> 
> 
> Because modules are instances of the module class and the descriptor has to
> be defined in the class in order to work with the instance. E. g.:
> 
> 
Got it,thanks.
Then there is no way of having descriptors at module level,as 'module' 
class is not updatable.

        

        
                
___________________________________ 
Yahoo! Mail: gratis 1GB per i messaggi e allegati da 10MB 
http://mail.yahoo.it
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to