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