Closed xavfernandez closed 5 years ago
It produces SyntaxWarning:
SyntaxWarning: 'str' object is not callable; perhaps you missed a comma? raise TypeError("%s and %s are not of the same version" (a, b))
and upstream uses f-string: https://github.com/python/cpython/blob/e042a4553efd0ceca2234f68a4f1878f2ca04973/Lib/ipaddress.py#L991
And of course someone reported it already in #48 ^^ Sorry for the noise but it would be nice to fix it :)
It produces SyntaxWarning:
and upstream uses f-string: https://github.com/python/cpython/blob/e042a4553efd0ceca2234f68a4f1878f2ca04973/Lib/ipaddress.py#L991