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
- Process class
- parent
- username
- ionice
- rlimit
@ -123,6 +122,7 @@ Current Status
- wait_procs
- Process class
- parent (use ppid instead)
- as_dict
- send_signal()
- suspend()