process.parent is now future work (use ppid instead)

This commit is contained in:
Shirou WAKAYAMA 2014-04-25 15:22:47 +09:00
parent a6e7b8261d
commit 79811544a4
1 changed files with 1 additions and 1 deletions

View File

@ -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()