]> kaliko git repositories - python-musicpd.git/commitdiff
README.txt: removing warning about iterate = True
authorJ. Alexander Treuman <jat@spatialrift.net>
Tue, 14 Dec 2010 01:14:27 +0000 (20:14 -0500)
committerJ. Alexander Treuman <jat@spatialrift.net>
Tue, 14 Dec 2010 01:14:27 +0000 (20:14 -0500)
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

index 8c75df52bd3aadb20bec08bea043ad4486713673..9cf4173ecaad78862df6325a98d7c1566b30c841 100644 (file)
@@ -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
 ---------------------