diff options
| author | Tomi Ollila <too@iki.fi> | 2012-02-12 20:46:14 +0200 |
|---|---|---|
| committer | Tomi Ollila <too@iki.fi> | 2012-02-12 20:46:14 +0200 |
| commit | 908dfb2a40ad82cef8bb6268b884b2f0a2ea652c (patch) | |
| tree | d4a92b0b359160eb2127671d8a21dc419696761f | |
| parent | eb2099803d482183415dde3f6a26deacb905c757 (diff) | |
Yet one more indeting change. It may be that this construct:
* Removed:
- `len(Messages())` as it exhausted the iterator
still breaks, though.
| -rw-r--r-- | news/release-0.6.mdwn | 4 |
1 files 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 |
