tests/binfile.bin
author Bryan O'Sullivan <bryano@fb.com>
Fri, 01 Jun 2012 17:05:31 -0700
changeset 16834 cafd8a8fb713
parent 3368 751df21dad72
permissions -rw-r--r--
util: subclass deque for Python 2.4 backwards compatibility 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.

(binary:application/octet-stream)