]> granicus.if.org Git - python/commit
Trivial bug fix: deque == [] is not a good way to check if a deque is empty.
authorArmin Rigo <arigo@tunes.org>
Mon, 27 Sep 2004 17:49:00 +0000 (17:49 +0000)
committerArmin Rigo <arigo@tunes.org>
Mon, 27 Sep 2004 17:49:00 +0000 (17:49 +0000)
commitb562bc672bff106f1cbf2aad7770b654bfe374ec
treedcbe07cb694dcdf06241aaa84984fb5938bacb96
parentffdb8bb99c4017152a9dca70669f9d6b9831d454
Trivial bug fix:  deque == []  is not a good way to check if a deque is empty.
Lib/asynchat.py