Message357697
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
``` |
|
Date |
User |
Action |
Args |
2019-12-02 01:07:46 | Max Coplan | set | recipients:
+ Max Coplan, asvetlov, yselivanov |
2019-12-02 01:07:46 | Max Coplan | set | messageid: <1575248866.63.0.518271436447.issue38952@roundup.psfhosted.org> |
2019-12-02 01:07:46 | Max Coplan | link | issue38952 messages |
2019-12-02 01:07:46 | Max Coplan | create | |
|