Peter Otten wrote:
> [EMAIL PROTECTED] wrote:
> 
> 
>>Just to satisfy my curiousity: Is there a way to do something like the
>>reference solution I suggest above?
> 
> 
> No. You cannot overload assignment. 

I have the impression that this is not an issue, to overload assignments,
which btw. *can* be overloaded, but the absence of *aliasing* (undiscriminate
handling of pointers) in Python. Am I wrong?

Jerzy Karczmarczuk
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to