1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
|
TaskKit
Webware for Python
TO DO
<misc>
<tests>
<docs>
<misc>
[ ] Test WebKit with the new changes
[ ] Task.proceed() questionable name. run() runs and proceed() proceeds, er, no, it inquires? Maybe shouldProceed()?
[ ] Does a Task's run() really always have to invoke self.proceed()?
</misc>
<tests>
[ ] make tests that cover all methods and features
</tests>
<docs>
[ ] Put this somewhere:
# Based on code from Jonathan Abbey, jonabbey@arlut.utexas.edu
# from the Ganymede Directory Management System
# Python port and enhancements by Tom.Schwaller@linux-community.de
[ ] Doc strings for all the major methods.
[ ] User's Guide
[ ] Properties: Better synopsis
</docs>
|