Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
giampaolo committed Apr 30, 2017
1 parent 89534a5 commit a3e1b41
Showing 1 changed file with 19 additions and 12 deletions.
31 changes: 19 additions & 12 deletions psutil/tests/test_unicode.py
Expand Up @@ -9,29 +9,36 @@
Notes about unicode handling in psutil
======================================
In psutil these are the APIs returning or dealing with a string:
In psutil these are the APIs returning or dealing with a string
('not tested' means they are not tested to deal with non-ASCII strings):
- Process.cmdline()
- Process.connections('unix')
- Process.cwd()
- Process.environ()
- Process.exe()
- Process.memory_maps() (not tested)
- Process.memory_maps() (not tested)
- Process.name()
- Process.open_files()
- Process.username() (not tested)
- Process.username() (not tested)
- disk_io_counters() (not tested)
- disk_partitions() (not tested)
- disk_io_counters() (not tested)
- disk_partitions() (not tested)
- disk_usage(str)
- net_connections('unix')
- net_if_addrs() (not tested)
- net_if_stats() (not tested)
- net_io_counters() (not tested)
- sensors_fans() (not tested)
- sensors_temperatures() (not tested)
- users() (not tested)
- WindowsService (not tested)
- net_if_addrs() (not tested)
- net_if_stats() (not tested)
- net_io_counters() (not tested)
- sensors_fans() (not tested)
- sensors_temperatures() (not tested)
- users() (not tested)
- WindowsService.binpath() (not tested)
- WindowsService.description() (not tested)
- WindowsService.display_name() (not tested)
- WindowsService.name() (not tested)
- WindowsService.status() (not tested)
- WindowsService.username() (not tested)
In here we create a unicode path with a funky non-ASCII name and (where
possible) make psutil return it back (e.g. on name(), exe(),
Expand Down

0 comments on commit a3e1b41

Please sign in to comment.