[issue46141] Fix ipaddress.ip_network TypeErrors

2022-01-08 Thread Tal Einat
Change by Tal Einat : -- nosy: +pmoody, taleinat stage: -> patch review status: pending -> open versions: -Python 3.8 ___ Python tracker ___

[issue46141] Fix ipaddress.ip_network TypeErrors

2021-12-20 Thread Bar Harel
Change by Bar Harel : -- status: open -> pending ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue46141] Fix ipaddress.ip_network TypeErrors

2021-12-20 Thread Bar Harel
New submission from Bar Harel : IPv4Network accepts a tuple. If you send a tuple to ip_network instead, it throws a TypeError while attempting to format the ValueError message. -- components: Library (Lib) messages: 408980 nosy: bar.harel priority: normal pull_requests: 28439