fish-shell/share/tools
Fabian Boehm 47ae6bc746 Webconfig: Fix IPv6 availability detection
"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
2022-08-09 20:33:32 +02:00
..
web_config Webconfig: Fix IPv6 availability detection 2022-08-09 20:33:32 +02:00
create_manpage_completions.py create_manpage_completions.py: Do not overstrip commands with dots 2022-05-29 17:00:32 +02:00
deroff.py deroff.py: unneccessarry pass, unreachable code 2021-12-12 10:45:50 -08:00