aboutsummaryrefslogtreecommitdiffhomepage
path: root/bindings
diff options
context:
space:
mode:
authorGravatar Justus Winter <4winter@informatik.uni-hamburg.de>2012-02-23 00:14:59 +0100
committerGravatar Justus Winter <4winter@informatik.uni-hamburg.de>2012-02-23 00:14:59 +0100
commit90fb4e8334e043201dfb30f47c072ab9ebb662e1 (patch)
tree5d6bbea86cfa4c7e3ecc834ddf933b9352cbcaa0 /bindings
parenta7561cc20b17669784c3259afcbcef98029f93e9 (diff)
python: mention the exception class refactoring in the docs
Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>
Diffstat (limited to 'bindings')
-rw-r--r--bindings/python/docs/source/status_and_errors.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/bindings/python/docs/source/status_and_errors.rst b/bindings/python/docs/source/status_and_errors.rst
index bc0d0d23..dd6e31f8 100644
--- a/bindings/python/docs/source/status_and_errors.rst
+++ b/bindings/python/docs/source/status_and_errors.rst
@@ -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
--------------------------------------------------