[Pkg-mpd-commits] [python-mpd] 82/262: README.txt: removing warning about iterate = True

Simon McVittie smcv at debian.org
Sun May 22 18:16:28 UTC 2016


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch upstream
in repository python-mpd.

commit c762f118baaca45e40b5f06ba2440b3cc6759d20
Author: J. Alexander Treuman <jat at spatialrift.net>
Date:   Mon Dec 13 20:14:27 2010 -0500

    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
 ---------------------

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mpd/python-mpd.git



More information about the Pkg-mpd-commits mailing list