Vlad Dogaru wrote:
> I've written a simple, standalone wiki server in Python. It runs a
> BaseHTTPServer's serve_forever() method until a KeyboardInterrupt is
> caught, at which point it writes changes to a file and exits. This
> works as expected in Linux. However, in Windows I cannot stop the
>
Hello,
I've written a simple, standalone wiki server in Python. It runs a
BaseHTTPServer's serve_forever() method until a KeyboardInterrupt is
caught, at which point it writes changes to a file and exits. This
works as expected in Linux. However, in Windows I cannot stop the
script with Control-C.