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
This is similar to #469 and it aims to turn connection-related types and families into enums on Python 3.4 in order to have a more readable repr()esentation. The functions affected are psutil.net_connections() and psutil.Process.connections(). Later on we'll have to do the same thing for net_if_addrs (see #376).
The text was updated successfully, but these errors were encountered:
This is similar to #469 and it aims to turn connection-related types and families into enums on Python 3.4 in order to have a more readable repr()esentation. The functions affected are psutil.net_connections() and psutil.Process.connections(). Later on we'll have to do the same thing for net_if_addrs (see #376).
The text was updated successfully, but these errors were encountered: