Marc 'BlackJack' Rintsch wrote:
> ``del b`` just deletes the name `b`.  It does not delete the object. 
> There's still the name `_` bound to it in the interactive interpreter. 
> `_` stays bound to the last non-`None` result in the interpreter.
> 

Actually I have the opposite problem. The reference (to the bound method)
gets lost but it shouldn't!


        -panzi
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to