]> kaliko git repositories - python-musicpd.git/commit
mpd.py: adding a workaround for systems missing socket.AI_ADDRCONFIG
authorJ. Alexander Treuman <jat@spatialrift.net>
Mon, 30 Jun 2008 19:14:10 +0000 (15:14 -0400)
committerJ. Alexander Treuman <jat@spatialrift.net>
Mon, 30 Jun 2008 19:14:10 +0000 (15:14 -0400)
commit74eff57815a3308a1fafd14c1ebbcdb8714bec75
treeb8f01bafe65d7046426c54ba9eded528b777fa33
parent7a8cd2d87ad2588c3cae11fe05fb9009460675fb
mpd.py: adding a workaround for systems missing socket.AI_ADDRCONFIG

Python on Windows doesn't define socket.AI_ADDRCONFIG.  This is likely
because the flag is only supported by getaddrinfo() on Vista or later.
mpd.py