[Pkg-mpd-commits] [python-mpd] 04/262: remove argument	checking/parsing TODO item
    Simon McVittie 
    smcv at debian.org
       
    Sun May 22 18:16:18 UTC 2016
    
    
  
This is an automated email from the git hooks/post-receive script.
smcv pushed a commit to branch upstream
in repository python-mpd.
commit a33729b53476dec662f7a2bce2a22bce405ba387
Author: J. Alexander Treuman <jat at spatialrift.net>
Date:   Sun Feb 24 19:43:53 2008 -0500
    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
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mpd/python-mpd.git
    
    
More information about the Pkg-mpd-commits
mailing list