-
Committer:
John Arbash Meinel
-
Date:
2006-07-07 14:36:07 UTC
-
mto:
This revision was merged to the branch mainline in
revision
1854.
-
Revision ID:
john@arbash-meinel.com-20060707143607-ba49f814db2e4426
Don't let the last_updates list grow without bound.
Switching to using a list instead of deque() because deque doesn't
allow negative indexing. It was only used because get_eta() wanted
to be able to modify the list in place, but we can do that with
special slicing.