From f96404202fd07c468cf28422c3c8d296cd4f5c42 Mon Sep 17 00:00:00 2001 From: Darren Ranalli Date: Thu, 17 Apr 2003 21:34:17 +0000 Subject: [PATCH] comment for verbose bug fix --- direct/src/task/Task.py | 1 + 1 file changed, 1 insertion(+) diff --git a/direct/src/task/Task.py b/direct/src/task/Task.py index 84c90b43d1..34dce1d8bf 100644 --- a/direct/src/task/Task.py +++ b/direct/src/task/Task.py @@ -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)