comment for verbose bug fix

This commit is contained in:
Darren Ranalli 2003-04-17 21:34:17 +00:00
parent 68f2ff342a
commit f96404202f

View File

@ -269,6 +269,7 @@ class DoLaterList(list):
"""
Add task, keeping the list sorted.
This does a binary search for the index to insert into.
Returns the index at which task was inserted.
"""
lo = 0
hi = len(self)