Ticket #4479 defect closed fixed
Documentation: Process implements IProcessTransport; signalProcess accepts "TERM" arg
| Reported by: | jrennie | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | core | Keywords: | |
| Cc: | glyph, jessica.mckellar@… | Branch: | branches/iprocesstransport-signal-doc-4479 |
| Author: | jesstess | Launchpad Bug: |
Description
t.i.Process (or t.i._BaseProcess) should be listed as an IProcessTransport implementation.
IProcessTransport only lists "HUP", "KILL", "STOP", and "INT" as valid cross-platform signals, yet the regular/unix and win32 Process implementations also support "TERM".
See also #2838 and #1478. #1478 also notes that Process should be marked as implementing IProcessTransport.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

