[Pkg-mpd-commits] [python-mpd] 05/262: moving TODO list to separate TODO file
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 c7302b734b5dc912cc71226bbd2fd0e178d857ac
Author: J. Alexander Treuman <jat at spatialrift.net>
Date: Mon Feb 25 15:40:05 2008 -0500
moving TODO list to separate TODO file
---
TODO | 8 ++++++++
mpd.py | 6 ------
2 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..1aa5847
--- /dev/null
+++ b/TODO
@@ -0,0 +1,8 @@
+python-mpd TODO list
+====================
+
+* check for EOF when reading and benchmark it
+* converter support
+* global for parsing MPD_HOST/MPD_PORT
+* global for parsing MPD error messages
+* IPv6 support (AF_INET6)
diff --git a/mpd.py b/mpd.py
index cae441c..f73c570 100644
--- a/mpd.py
+++ b/mpd.py
@@ -1,11 +1,5 @@
#! /usr/bin/env python
-# TODO: check for EOF when reading and benchmark it
-# TODO: converter support
-# TODO: global for parsing MPD_HOST/MPD_PORT
-# TODO: global for parsing MPD error messages
-# TODO: IPv6 support (AF_INET6)
-
import socket
--
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