peter-hst / psutil

Automatically exported from code.google.com/p/psutil
Other
0 stars 0 forks source link

Deprecate psutil.get_process_list() #273

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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 reported on code.google.com by g.rodola on 2 Jun 2012 at 7:47

GoogleCodeExporter commented 9 years ago
Done in r1331.

Original comment by g.rodola on 2 Jun 2012 at 7:59

GoogleCodeExporter commented 9 years ago
0.5.0 is finally out. Closing out as fixed.

Original comment by g.rodola on 27 Jun 2012 at 6:54

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Updated csets after the SVN -> Mercurial migration:
r1331 == revision ???

Original comment by g.rodola on 2 Mar 2013 at 12:08