Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Turn *_connections() constants into enums #582

Closed
giampaolo opened this issue Feb 7, 2015 · 0 comments
Closed

Turn *_connections() constants into enums #582

giampaolo opened this issue Feb 7, 2015 · 0 comments

Comments

@giampaolo
Copy link
Owner

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant