Script to condense the review page

Skip Montanaro skip at pobox.com
Fri Jun 25 09:53:06 EDT 2004


    Neil> On Windows using Mozilla, I had to comment out the
    Neil> os.unlink(htmlfile) as the file is gone before the browser can
    Neil> open it. Maybe sleep for 5 seconds before unlinking?

Yeah, I realized that would perhaps be a problem.  Windows might be
problematic even with the sleep.  Wouldn't the unlink() call fail if the
browser has the file open?  (Hopefully it would close it quickly.)

    Neil> I would like to have a web page that merged all four MailMan lists
    Neil> I manage together with duplicated messages only appearing once so
    Neil> they can be removed quickly.

Hack away... ;-)

Skip





More information about the Python-list mailing list