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

Deprecate psutil.get_process_list() #273

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

Deprecate psutil.get_process_list() #273

giampaolo opened this issue May 23, 2014 · 3 comments

Comments

@giampaolo
Copy link
Owner

From g.rodola on June 02, 2012 21:47:26

Reasons: 
- it is just a one liner (return list(process_iter()))
- process_iter() should be preferred in general
- it's not even documented

We can deprecate it in 0.5.0 and get rid of it in 1.0.0.

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

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

From g.rodola on June 02, 2012 12:59:04

Done in r1331 .

Status: FixedInSVN

@giampaolo
Copy link
Owner Author

From g.rodola on June 27, 2012 11:54:03

0.5.0 is finally out. Closing out as fixed.

Status: Fixed

@giampaolo
Copy link
Owner Author

From g.rodola on March 02, 2013 04:08:31

Updated csets after the SVN -> Mercurial migration: r1331 == revision ???

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