python: mention the exception class refactoring in the docs

Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>
This commit is contained in:
Justus Winter 2012-02-23 00:14:59 +01:00
parent a7561cc20b
commit 90fb4e8334

View 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
--------------------------------------------------