process.parent is now future work (use ppid instead)
This commit is contained in:
parent
a6e7b8261d
commit
79811544a4
|
@ -99,7 +99,6 @@ Current Status
|
||||||
- net_connections
|
- net_connections
|
||||||
- Process class
|
- Process class
|
||||||
|
|
||||||
- parent
|
|
||||||
- username
|
- username
|
||||||
- ionice
|
- ionice
|
||||||
- rlimit
|
- rlimit
|
||||||
|
@ -123,6 +122,7 @@ Current Status
|
||||||
- wait_procs
|
- wait_procs
|
||||||
- Process class
|
- Process class
|
||||||
|
|
||||||
|
- parent (use ppid instead)
|
||||||
- as_dict
|
- as_dict
|
||||||
- send_signal()
|
- send_signal()
|
||||||
- suspend()
|
- suspend()
|
||||||
|
|
Loading…
Reference in New Issue