[Tutor] which function replaced fork() in Python2.5?

Andreas Kostyrka andreas at kostyrka.org
Thu Apr 19 02:48:58 CEST 2007


* Alan Gauld <alan.gauld at btinternet.com> [070418 21:28]:
> 
> "shiv k" <shiv_mbm at hotmail.com> wrote 
> 
> > which function replaced fork() in Python2.5?
Replaced?

>>> sys.version, os.fork
('2.5 (release25-maint, Dec  9 2006, 14:35:53) \n[GCC 4.1.2 20061115 (prerelease) (Debian 4.1.1-20)]', <built-in function fork>)

Andreas


More information about the Tutor mailing list