We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
I think that it is a good change since a list is easier to use at this place, but old pyroute returned before a tuple:
In [3]: IPRoute().get_filters(index=0) Out[3]: ()
Now it's a list:
In [14]: IPRoute().get_filters(index=0) Out[14]: []
I don't know if this is done on purpose. If yes, from my point a view, a simple "breaking change" in the changelog should be enough.
The text was updated successfully, but these errors were encountered:
That wasn't done on purpose. Something to think about.
Sorry, something went wrong.
No branches or pull requests
Hello,
I think that it is a good change since a list is easier to use at this place, but old pyroute returned before a tuple:
Now it's a list:
I don't know if this is done on purpose. If yes, from my point a view, a simple "breaking change" in the changelog should be enough.
The text was updated successfully, but these errors were encountered: