This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Fix ipaddress.ip_network TypeErrors
Type: behavior Stage: patch review
Components: Library (Lib) Versions: Python 3.11, Python 3.10, Python 3.9
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: bar.harel, pmoody, taleinat
Priority: normal Keywords:

Created on 2021-12-20 22:49 by bar.harel, last changed 2022-04-11 14:59 by admin.

Pull Requests
URL Status Linked Edit
PR 30087 open bar.harel, 2021-12-20 22:49
Messages (1)
msg408980 - (view) Author: Bar Harel (bar.harel) * Date: 2021-12-20 22:49
IPv4Network accepts a tuple.

If you send a tuple to ip_network instead, it throws a TypeError while attempting to format the ValueError message.
History
Date User Action Args
2022-04-11 14:59:53adminsetgithub: 90299
2022-01-08 20:02:25taleinatsetstatus: pending -> open
nosy: + taleinat, pmoody
stage: patch review

versions: - Python 3.8
2021-12-20 23:00:21bar.harelsetstatus: open -> pending
2021-12-20 22:49:03bar.harelcreate