X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=cnotmuch%2Fnotmuch.py;h=70ee0b90b693627cdc26da939663de68e862aadc;hp=177abd699702dbd08525a2300aa836e6ee03f0bf;hb=350509028b1213402854e18b213a5a47b1dddc1c;hpb=d2b4307851f184908bd8aa2217eb1a31f66f7cc7 diff --git a/cnotmuch/notmuch.py b/cnotmuch/notmuch.py index 177abd69..70ee0b90 100644 --- a/cnotmuch/notmuch.py +++ b/cnotmuch/notmuch.py @@ -25,9 +25,9 @@ Many of its objects use python's logging module to log some output at DEBUG leve In this case, the above Query() object will be automatically freed whenever we delete all derived objects, ie in our case: - `del(msgs)` would also delete the parent Query (but not the parent - Database() as that is still referenced from the variable *db* in - which it is stored. + `del(msgs)` would also delete the parent Query. It would not + delete the parent Database() though, as that is still referenced + from the variable *db* in which it is stored. Pretty much the same is valid for all other objects in the hierarchy, such as :class:`Query`, :class:`Messages`,