From: Tomi Ollila Date: Sun, 12 Feb 2012 18:46:14 +0000 (+0200) Subject: Yet one more indeting change. It may be that this construct: X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;ds=sidebyside;h=908dfb2a40ad82cef8bb6268b884b2f0a2ea652c;p=obsolete%2Fnotmuch-wiki Yet one more indeting change. It may be that this construct: * Removed: - `len(Messages())` as it exhausted the iterator still breaks, though. --- diff --git a/news/release-0.6.mdwn b/news/release-0.6.mdwn index b15d1c2..b16b8aa 100644 --- a/news/release-0.6.mdwn +++ b/news/release-0.6.mdwn @@ -261,8 +261,8 @@ Bindings improvements - `len(Messages())` as it exhausted the iterator - Use `len(list(Messages()))` or `Query.count_messages()` - to get the length. + Use `len(list(Messages()))` or `Query.count_messages()` + to get the length. ### Added initial Go bindings in bindings/go