]> kaliko git repositories - python-musicpd.git/commitdiff
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)
Python on Windows doesn't define socket.AI_ADDRCONFIG.  This is likely
because the flag is only supported by getaddrinfo() on Vista or later.


No differences found