aboutsummaryrefslogtreecommitdiffhomepage
path: root/bindings/python/docs
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/python/docs')
-rw-r--r--bindings/python/docs/source/index.rst7
1 files changed, 6 insertions, 1 deletions
diff --git a/bindings/python/docs/source/index.rst b/bindings/python/docs/source/index.rst
index bf0cfd28..d58ba97e 100644
--- a/bindings/python/docs/source/index.rst
+++ b/bindings/python/docs/source/index.rst
@@ -127,7 +127,12 @@ More information on specific topics can be found on the following pages:
.. automethod:: collect_tags
- .. automethod:: __len__
+ .. method:: __len__()
+
+ .. note:: :meth:`__len__` was removed in version 0.6 as it exhausted
+ the iterator and broke list(Messages()). Use the
+ :meth:`Query.count_messages` function or use
+ `len(list(msgs))`.
:class:`Message` -- A single message
----------------------------------------