[New-bugs-announce] [issue46141] Fix ipaddress.ip_network TypeErrors

Bar Harel report at bugs.python.org
Mon Dec 20 17:49:04 EST 2021


New submission from Bar Harel <bzvi7919 at gmail.com>:

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
severity: normal
status: open
title: Fix ipaddress.ip_network TypeErrors
type: behavior
versions: Python 3.10, Python 3.11, Python 3.8, Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue46141>
_______________________________________


More information about the New-bugs-announce mailing list