Re: object references

2006-03-27 Thread DrConti
Hi Bruno, hi folks! thank you very much for your advices. I didn't know about the property function. I learned also quite a lot now about "references". Ok everything is a reference but you can't get a reference of a reference... I saw a lot of variations on how to solve this problem, but I find a

Re: object references

2006-03-25 Thread DrConti
Felipe Almeida Lessa schrieb: > Em Sáb, 2006-03-25 às 21:33 -0800, DrConti escreveu: > [snip] > > There was also a suggestion to write a real problem where referencing > > is really needed. > > I have one...: > [snap] > > There are loads of discussions about t

object references

2006-03-25 Thread DrConti
Dear Python developer community, I'm quite new to Python, so perhaps my question is well known and the answer too. I need a variable alias ( what in other languages you would call "a pointer" (c) or "a reference" (perl)) I read some older mail articles and I found that the offcial position about