Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmdline should return an empty list instead of '<unknown>' when cmdline can't be determined on Windows #7

Closed
giampaolo opened this issue May 23, 2014 · 4 comments

Comments

@giampaolo
Copy link
Owner

From [email protected] on January 27, 2009 16:48:26

What steps will reproduce the problem?  
>>> p = psutil.Process(0)
>>> p.cmdline
'<unknown>'

Windows "System IDLE process" can't be queried even by Process Explorer,
and that's ok, but for being consistent with other platforms cmdline should
return an empty list "[]" instead of '<unknown>'.

Original issue: http://code.google.com/p/psutil/issues/detail?id=7

@giampaolo giampaolo self-assigned this May 23, 2014
@giampaolo
Copy link
Owner Author

From [email protected] on January 27, 2009 07:55:26

Fixed in r73 .

Status: Fixed

@giampaolo
Copy link
Owner Author

From [email protected] on January 27, 2009 09:53:27

Labels: Milestone-0.1.0

@giampaolo
Copy link
Owner Author

From [email protected] on February 23, 2009 09:49:02

Labels: -Component-Library

@giampaolo
Copy link
Owner Author

From g.rodola on March 02, 2013 03:38:44

Updated csets after the SVN -> Mercurial migration: r73 == revision 41a0724cfeaa

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant