[IronPython] Help on function

Sanghyeon Seo sanxiyn at gmail.com
Thu Dec 21 03:11:52 CET 2006


>>> import os
>>> help(os.execvp)
>>> help(os.execlp)

Function signature for os.execlp is displayed as "execlp(file, args)",
not "execlp(file, *args)".

-- 
Seo Sanghyeon



More information about the Ironpython-users mailing list