From c762f118baaca45e40b5f06ba2440b3cc6759d20 Mon Sep 17 00:00:00 2001 From: "J. Alexander Treuman" Date: Mon, 13 Dec 2010 20:14:27 -0500 Subject: [PATCH] README.txt: removing warning about iterate = True Iterators are considered safe now, as all programming errors now raise an exception instead of breaking horribly. No need to scare people away from it anymore. --- README.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.txt b/README.txt index 8c75df5..9cf4173 100644 --- a/README.txt +++ b/README.txt @@ -68,9 +68,6 @@ for song in client.playlistinfo(): print song["file"] ------------------------------------------------------------------------------ -Extra care must be taken to exhaust the iterator before executing *any* other -commands. - Contacting the author --------------------- -- 2.39.2