Sfoglia il codice sorgente

comment for verbose bug fix

Darren Ranalli 23 anni fa
parent
commit
f96404202f
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      direct/src/task/Task.py

+ 1 - 0
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)