]> kaliko git repositories - python-musicpd.git/commitdiff
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)
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

diff --git a/mpd.py b/mpd.py
index 806172e271e10c3dab7cb41899779ac2c8aa1e2c..cae441c283a2f69b3bd30fef1ba3c6d742bbbdbd 100644 (file)
--- 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