notmuch/bindings
Sebastian Spaeth dc6b2b4382 python: remove Tags().__len__() implementation
len() exhausts the tag iterator and e.g. list() or "".join(tags)
implicitly call len() if existing and then failing. So, we remove
Tags.__len__().

If you need to know the number of tags a message has, do use
len(list(tags)). It would be nicer to be able to support len() directly...

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2011-08-09 17:48:27 +02:00
..
go update for go-release-2011-02-01: 2011-02-03 09:36:58 +01:00
python python: remove Tags().__len__() implementation 2011-08-09 17:48:27 +02:00
ruby ruby: Fix typo in documentation 2011-07-29 09:45:16 +03:00