2006/4/3, Mat Steeples <[EMAIL PROTECTED]>:
> >>> Process.Start.__doc__
> 'bool Start()\r\nstatic Process Start(str fileName, str userName,
> SecureString password, str domain)
> \r\nstatic Process Start(str fileName, str arguments, str userName,
> SecureString password, str domai
> n)\r\nstatic Process Start(str fileName)\r\nstatic Process Start(str
> fileName, str arguments)\r\nsta
> tic Process Start(ProcessStartInfo startInfo)\r\n'

You can do
>>> print Process.Start.__doc__
instead.

I don't consider this a bug.

Seo Sanghyeon
_______________________________________________
users mailing list
[email protected]
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to