]> git.decadent.org.uk Git - dak.git/commit
dict[k] raises IndexError if does not exist - check with infix 'in' instead.
authorChris Lamb <lamby@debian.org>
Tue, 27 Oct 2009 20:02:27 +0000 (20:02 +0000)
committerChris Lamb <lamby@debian.org>
Tue, 27 Oct 2009 20:02:27 +0000 (20:02 +0000)
commit5f87af9224fdde4fa1607e40a2544b1305f74487
treebef7772c07d80ef239d49c48f170519af2027ca9
parentd5df400a942e5aeace62d9860d0510d14c3e036f
dict[k] raises IndexError if does not exist - check with infix 'in' instead.

Signed-off-by: Chris Lamb <lamby@debian.org>
daklib/queue.py