"""
fork( )

Fork a child process. Return 0 in the child, the child's process id in
the parent. Availability: (!!!) Unix (!!!). 
"""

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to