diff options
| author | David Bremner <david@tethera.net> | 2025-02-15 15:30:43 -0400 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2025-02-22 07:01:47 -0400 |
| commit | d526797ad198e394bb8b4909f43976b76fb347f1 (patch) | |
| tree | b924eefb8a1278afb988387a67e9fe413738003e /bindings/python/docs/source/messages.rst | |
| parent | 9782c8651192c1496541bd8949b7991c41528b3f (diff) | |
python: move legacy python bindings to contrib.
This forces us to verify the build and test suite completes without
the legacy python bindings.
As of this commit the legacy python bindings are unsupported by
notmuch. They are provided in contrib/ for now, but will most likely
eventually be removed from there as well. We recommend that
downstream/distro packagers phase out their packages for the legacy
python bindings.
Diffstat (limited to 'bindings/python/docs/source/messages.rst')
| -rw-r--r-- | bindings/python/docs/source/messages.rst | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/bindings/python/docs/source/messages.rst b/bindings/python/docs/source/messages.rst deleted file mode 100644 index 3ccf505c..00000000 --- a/bindings/python/docs/source/messages.rst +++ /dev/null @@ -1,15 +0,0 @@ -:class:`Messages` -- A bunch of messages -======================================== - -.. currentmodule:: notmuch - -.. autoclass:: Messages - - .. automethod:: collect_tags - - .. method:: __len__() - - .. warning:: - - :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))`. |
