From: J. Alexander Treuman Date: Tue, 14 Dec 2010 01:14:27 +0000 (-0500) Subject: README.txt: removing warning about iterate = True X-Git-Tag: v0.3.0~1 X-Git-Url: http://git.kaliko.me/?p=python-musicpd.git;a=commitdiff_plain;h=c762f118baaca45e40b5f06ba2440b3cc6759d20;hp=d202f905047486fca3f913904a4b5eef736cdf89 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. --- 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 ---------------------