In <[EMAIL PROTECTED]>, Niels L
Ellegaard wrote:

> I have been using scipy for some time now, but in the beginning I made
> a few mistakes with copying by reference.

But "copying by reference" is the way Python works.  Python never copies
objects unless you explicitly ask for it.  So what you want is a warning
for *every* assignment.

Ciao,
        Marc 'BlackJack' Rintsch
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to