[issue46415] ipaddress.ip_{address, network, interface} raises TypeError instead of ValueError if given a tuple as address

2022-01-20 Thread Jelle Zijlstra
Jelle Zijlstra added the comment: Duplicate of issue46141. -- nosy: +Jelle Zijlstra resolution: -> duplicate stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue46415] ipaddress.ip_{address, network, interface} raises TypeError instead of ValueError if given a tuple as address

2022-01-17 Thread Thomas Cellerier
Change by Thomas Cellerier : -- title: ipaddress.ip_{address,network,interface} raise TypeError instead of ValueError if given a tuple as address -> ipaddress.ip_{address,network,interface} raises TypeError instead of ValueError if given a tuple as address