From: J. Alexander Treuman Date: Mon, 25 Feb 2008 00:43:53 +0000 (-0500) Subject: remove argument checking/parsing TODO item X-Git-Tag: v0.1.0~16 X-Git-Url: http://git.kaliko.me/?p=python-musicpd.git;a=commitdiff_plain;h=a33729b53476dec662f7a2bce2a22bce405ba387 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. --- diff --git a/mpd.py b/mpd.py index 806172e..cae441c 100644 --- a/mpd.py +++ b/mpd.py @@ -1,6 +1,5 @@ #! /usr/bin/env python -# TODO: implement argument checking/parsing (?) # TODO: check for EOF when reading and benchmark it # TODO: converter support # TODO: global for parsing MPD_HOST/MPD_PORT