Message113006
Those two signals are only intended to work with os.kill -- they are specific to the GenerateConsoleCtrlEvent function in Modules/posixmodule.c. I'll have to change the documentation to note that.
If you want to send those events to other processes, have a look at os.kill and some example usage in Lib/test/test_os.py and Lib/test/win_console_handler.py. This also needs better documentation. |
|
Date |
User |
Action |
Args |
2010-08-05 18:34:01 | brian.curtin | set | recipients:
+ brian.curtin, valgog |
2010-08-05 18:34:01 | brian.curtin | set | messageid: <1281033241.77.0.287637530741.issue9524@psf.upfronthosting.co.za> |
2010-08-05 18:33:51 | brian.curtin | link | issue9524 messages |
2010-08-05 18:33:51 | brian.curtin | create | |
|