zhengzheng / psutil

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

Linux: psutil.disk_partitions() returns empty list on Python 3 #489

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
...at least when run with all=False (which is the default):

>>> import psutil
>>> psutil.disk_partitions()
[]
>>>

Original issue reported on code.google.com by g.rodola on 25 Mar 2014 at 10:42

GoogleCodeExporter commented 8 years ago
Fixed in revision be53baf6e8e3.

Original comment by g.rodola on 25 Mar 2014 at 10:55

GoogleCodeExporter commented 8 years ago

Original comment by g.rodola on 8 Apr 2014 at 10:13