"Marko Rauhamaa" wrote in message news:[email protected]...
"Frank Millman" <[email protected]>: > I have never been able to get Ctrl+C to work properly on Windows, so I > use a separate thread that simply waits for Enter. Now you are leaving my realm of expertise, as I haven't programmed for windows since Windows 1.0. Mixing threads, asyncio, input() and Windows seems like begging for trouble, though.
Well, it is not such a big deal :-) The program I posted works cross-platform, so it will run on your linux box.
No matter, you have been an enormous help, and I am very grateful. I found my bug, and my program is now running sweetly. Frank -- https://mail.python.org/mailman/listinfo/python-list
