Code review comment for lp:~leonardr/lazr.restfulclient/delete-entry

Revision history for this message
Leonard Richardson (leonardr) wrote :

Oh: I originally wanted to implement __del__ instead of lp_delete, but upon reading the documentation I saw that __del__ deletes the _variable_ assignment, not necessarily the underlying object. So it's not an appropriate overload.

« Back to merge proposal