]> git.notmuchmail.org Git - notmuch/commitdiff
python: remove a note stating wrong things about the memory management
authorJustus Winter <4winter@informatik.uni-hamburg.de>
Mon, 30 Apr 2012 17:51:16 +0000 (19:51 +0200)
committerJustus Winter <4winter@informatik.uni-hamburg.de>
Mon, 30 Apr 2012 17:51:16 +0000 (19:51 +0200)
Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>
bindings/python/notmuch/database.py

index 5c62d4572308dac012e05767578e99850c76016a..1db332fe333b0b83b79a3e6c004de8485d29ad63 100644 (file)
@@ -64,14 +64,6 @@ class Database(object):
         Any function in this class can and will throw an
         :exc:`NotInitializedError` if the database was not intitialized
         properly.
         Any function in this class can and will throw an
         :exc:`NotInitializedError` if the database was not intitialized
         properly.
-
-    .. note::
-
-        Do remember that as soon as we tear down (e.g. via `del db`) this
-        object, all underlying derived objects such as queries, threads,
-        messages, tags etc will be freed by the underlying library as well.
-        Accessing these objects will lead to segfaults and other unexpected
-        behavior. See above for more details.
     """
     _std_db_path = None
     """Class attribute to cache user's default database"""
     """
     _std_db_path = None
     """Class attribute to cache user's default database"""