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
In order to better handle functionalities associated with ip addresses, there is need to implement a utility library that can be used across the platform. ipaddress has been vendored however, it only supports python 3+.
As such, this task is to remove the vendored ipaddress, which we added to provide support for python 2.7.
The text was updated successfully, but these errors were encountered:
akolson
changed the title
Strip vendored ipaddress standard lib further
provide python 2.7+ support for ipaddress & strips unnecessary parts in code
Apr 5, 2023
I think we can probably let this lie, and just focus on unvendoring it when we drop Python 2.7 support.
rtibbles
changed the title
provide python 2.7+ support for ipaddress & strips unnecessary parts in code
Remove vendored ipaddress module when we drop Python 2.7 support
Apr 15, 2023
Summary
In order to better handle functionalities associated with ip addresses, there is need to implement a utility library that can be used across the platform.
ipaddress
has been vendored however, it only supports python 3+.As such, this task is to remove the vendored
ipaddress
, which we added to provide support forpython 2.7
.The text was updated successfully, but these errors were encountered: