2000-03-22 01:11:41 +00:00
|
|
|
High priority
|
|
|
|
|
|
2000-03-28 14:43:50 +00:00
|
|
|
o Stable release? After 1.1.4 there will be 1.2.
|
2000-03-22 01:11:41 +00:00
|
|
|
|
|
|
|
|
o DNS (and some URLs) seem to hang sometimes. Why?
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
So a thread has to check regularly if a break command was issued? No,
|
|
|
|
|
I do not want this. The thread has to be interrupted from outside, but
|
2000-03-28 14:43:50 +00:00
|
|
|
there is at the moment no way to do this with Python threads. What I
|
2000-03-25 01:11:00 +00:00
|
|
|
am doing is to call sys.exit(1). This kills the entire Python interpreter.
|
2000-03-03 16:20:57 +00:00
|
|
|
|
2000-03-22 01:11:41 +00:00
|
|
|
o Internationalization
|
|
|
|
|
|
|
|
|
|
o Parse GML output and make a site map graphic (PNG format)
|
|
|
|
|
|
2000-03-30 17:10:35 +00:00
|
|
|
o Blacklist mode: only report links who fail over a certain amount of time
|
|
|
|
|
|
2000-03-22 01:11:41 +00:00
|
|
|
Low priority
|