]> git.notmuchmail.org Git - notmuch/blobdiff - bindings/python/docs/source/status_and_errors.rst
python: mention the exception class refactoring in the docs
[notmuch] / bindings / python / docs / source / status_and_errors.rst
index bc0d0d230fd98737e9334b57cee1b77fbac894ae..dd6e31f802a28e651e03efb137d173df93466a60 100644 (file)
@@ -5,6 +5,12 @@ Status and Errors
 
 Some methods return a status, indicating if an operation was successful and what the error was. Most of these status codes are expressed as a specific value, the :class:`notmuch.STATUS`.
 
 
 Some methods return a status, indicating if an operation was successful and what the error was. Most of these status codes are expressed as a specific value, the :class:`notmuch.STATUS`.
 
+.. note::
+
+    Prior to version 0.12 the exception classes and the enumeration
+    :class:`notmuch.STATUS` were defined in `notmuch.globals`. They
+    have since then been moved into `notmuch.errors`.
+
 :class:`STATUS` -- Notmuch operation return value
 --------------------------------------------------
 
 :class:`STATUS` -- Notmuch operation return value
 --------------------------------------------------