From 908dfb2a40ad82cef8bb6268b884b2f0a2ea652c Mon Sep 17 00:00:00 2001 From: Tomi Ollila Date: Sun, 12 Feb 2012 20:46:14 +0200 Subject: [PATCH] Yet one more indeting change. It may be that this construct: * Removed: - `len(Messages())` as it exhausted the iterator still breaks, though. --- news/release-0.6.mdwn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.43.0