mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-04 00:58:46 +00:00
47ae6bc746
"socket.has_ipv6" is basically useless - it tells you python has been *compiled* with ipv6 support. Instead just try ipv6 and if that fails with EAFNOSUPPORT (checking the actual errno), try v4. Yes, I explicitly do not care to test this on python2. Fixes #3857 |
||
---|---|---|
.. | ||
web_config | ||
create_manpage_completions.py | ||
deroff.py |