]> git.notmuchmail.org Git - notmuch/commitdiff
python: mention the exception class refactoring in the docs
authorJustus Winter <4winter@informatik.uni-hamburg.de>
Wed, 22 Feb 2012 23:14:59 +0000 (00:14 +0100)
committerJustus Winter <4winter@informatik.uni-hamburg.de>
Wed, 22 Feb 2012 23:14:59 +0000 (00:14 +0100)
Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>
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`.
 
+.. 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
 --------------------------------------------------