> 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
>

That's fantastic. Didn't realise that would make a difference. In that
case I agree with you, it shouldn't be a bug.

Regards,
Mat Steeples

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

Reply via email to