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.

Author Max Coplan
Recipients Max Coplan, asvetlov, yselivanov
Date 2019-12-02.01:07:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1575248866.63.0.518271436447.issue38952@roundup.psfhosted.org>
In-reply-to
Content
Trying to use new Python 3 `IPv4Address`s fails with the following error
```
File "/usr/local/Cellar/python/3.7.5/Frameworks/Python.framework/Versions/3.7/lib/python3.7/asyncio/base_events.py", line 1270, in _ensure_resolved
    info = _ipaddr_info(host, port, family, type, proto, *address[2:])
  File "/usr/local/Cellar/python/3.7.5/Frameworks/Python.framework/Versions/3.7/lib/python3.7/asyncio/base_events.py", line 134, in _ipaddr_info
    if '%' in host:
TypeError: argument of type 'IPv4Address' is not iterable
```
History
Date User Action Args
2019-12-02 01:07:46Max Coplansetrecipients: + Max Coplan, asvetlov, yselivanov
2019-12-02 01:07:46Max Coplansetmessageid: <1575248866.63.0.518271436447.issue38952@roundup.psfhosted.org>
2019-12-02 01:07:46Max Coplanlinkissue38952 messages
2019-12-02 01:07:46Max Coplancreate