This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author brian.curtin
Recipients brian.curtin, valgog
Date 2010-08-05.18:33:51
SpamBayes Score 4.8685553e-05
Marked as misclassified No
Message-id <1281033241.77.0.287637530741.issue9524@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-08-05 18:34:01brian.curtinsetrecipients: + brian.curtin, valgog
2010-08-05 18:34:01brian.curtinsetmessageid: <1281033241.77.0.287637530741.issue9524@psf.upfronthosting.co.za>
2010-08-05 18:33:51brian.curtinlinkissue9524 messages
2010-08-05 18:33:51brian.curtincreate