summaryrefslogtreecommitdiff
path: root/paste/webkit/FakeWebware/TaskKit/Docs/TODO-TaskKit.text
diff options
context:
space:
mode:
Diffstat (limited to 'paste/webkit/FakeWebware/TaskKit/Docs/TODO-TaskKit.text')
-rw-r--r--paste/webkit/FakeWebware/TaskKit/Docs/TODO-TaskKit.text43
1 files changed, 0 insertions, 43 deletions
diff --git a/paste/webkit/FakeWebware/TaskKit/Docs/TODO-TaskKit.text b/paste/webkit/FakeWebware/TaskKit/Docs/TODO-TaskKit.text
deleted file mode 100644
index 2e5acd0..0000000
--- a/paste/webkit/FakeWebware/TaskKit/Docs/TODO-TaskKit.text
+++ /dev/null
@@ -1,43 +0,0 @@
-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>