2000-03-22 01:11:41 +00:00
|
|
|
High priority
|
|
|
|
|
|
2000-10-29 11:24:00 +00:00
|
|
|
o Use Python 2.0 features
|
2000-03-22 01:11:41 +00:00
|
|
|
|
|
|
|
|
o I want to be able to supply a "break" command even when multiple
|
2000-03-25 01:11:00 +00:00
|
|
|
threads are running.
|
2000-04-10 16:58:05 +00:00
|
|
|
The thread implementation of Python is somewhat sparse and does not allow
|
2000-06-18 12:36:42 +00:00
|
|
|
suspending/stopping of threads. What I am doing is to call sys.exit(1).
|
2000-03-22 01:11:41 +00:00
|
|
|
|
2000-07-15 14:14:16 +00:00
|
|
|
o Parse output and make a site map graphic (PNG format)
|
2000-05-08 22:18:45 +00:00
|
|
|
Use an existing layout algorithm.
|
2000-06-10 18:06:43 +00:00
|
|
|
|
2000-03-22 01:11:41 +00:00
|
|
|
Low priority
|