[Spambayes] Error in classifier.py?

Richie Hindle richie at entrian.com
Wed Sep 10 23:35:38 EDT 2003


[Martin]
> While running the
> pop3proxy I halted it by closing the "DOS" box, instead of going
> into the web interface and choosing "Save and shutdown" first.
> Could this have caused the problem?

[Skp]
> Any idea what exception gets raised when you kill a DOS box with Python
> running?

None, sadly.  Running this:

import time
file("1", "w")
try:
    time.sleep(10)
except:
    file("2", "w")

and killing the DOS box creates file "1" but no file "2".

-- 
Richie Hindle
richie at entrian.com




More information about the Spambayes mailing list