You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...Because most of the times this is what the user wants, otherwise he/she is
supposed to do:
for p in sorted(psutil.process_iter(), key=lambda p: p.pid):
...
...which is kind of redundant.
Done in r1423 .
From g.rodola on July 10, 2012 17:48:00
Original issue: http://code.google.com/p/psutil/issues/detail?id=301
The text was updated successfully, but these errors were encountered: