]> kaliko git repositories - python-musicpd.git/commit
preliminary unix socket support
authorJ. Alexander Treuman <jat@spatialrift.net>
Sun, 7 Jun 2009 19:39:38 +0000 (15:39 -0400)
committerJ. Alexander Treuman <jat@spatialrift.net>
Sun, 7 Jun 2009 19:39:38 +0000 (15:39 -0400)
commit8ec145e72766913295c842c0622952c0e50a73a7
tree21f86232b8f190e84c800d8abac473d05a34a83d
parente1d58548e70307cc5be7eb742d8dac70e78a1ad8
preliminary unix socket support

If the host passed to connect() starts with a "/", then a connection
attempt is made to the unix socket at the specified path.  The port
argument is currently still required, but will be ignored.  Attempting to
connect to a unix socket on Windows will raise an AttributeError (because
socket.AF_UNIX isn't defined), however this will later be changed.
mpd.py