]> kaliko git repositories - python-musicpd.git/commit
remove argument checking/parsing TODO item
authorJ. Alexander Treuman <jat@spatialrift.net>
Mon, 25 Feb 2008 00:43:53 +0000 (19:43 -0500)
committerJ. Alexander Treuman <jat@spatialrift.net>
Mon, 25 Feb 2008 00:43:53 +0000 (19:43 -0500)
commita33729b53476dec662f7a2bce2a22bce405ba387
tree6a4d2cbb2592fef120f460382abb0fa371e28934
parentcdd3dd21892df8bebffbbaf868b54870bccf72a1
remove argument checking/parsing TODO item

mpd already does a much better job of validating arguments than we ever
could, so no point in us doing it too.  Parsing arguments is also rather
pointless, as all arguments are coerced to strings before escaping anyway.
mpd.py