From a33729b53476dec662f7a2bce2a22bce405ba387 Mon Sep 17 00:00:00 2001 From: "J. Alexander Treuman" Date: Sun, 24 Feb 2008 19:43:53 -0500 Subject: [PATCH] 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 | 1 - 1 file changed, 1 deletion(-) 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 -- 2.39.2