Skip to content
Snippets Groups Projects
user avatar
Bryan O'Sullivan authored
It turns out that Python 2.4's deque type is lacking a remove method.
We can't implement remove in terms of find, because it doesn't have
find either.
cafd8a8f
History
Name Last commit Last update