X-Git-Url: http://git.kaliko.me/?p=python-musicpd.git;a=blobdiff_plain;f=TODO.txt;fp=TODO.txt;h=3c8008b8165e90801072b0d86ceff0574cf0608d;hp=0000000000000000000000000000000000000000;hb=497878953fb86d2ceaf90888653405ec753e2a1d;hpb=b15feac49043ad63d398c24a6ae7909ca36e504d diff --git a/TODO.txt b/TODO.txt new file mode 100644 index 0000000..3c8008b --- /dev/null +++ b/TODO.txt @@ -0,0 +1,15 @@ +python-mpd TODO list +==================== + +== Pre-release +* add setup.py, setup.cfg, and MANIFEST.in +* add a little documentation, and other informational files + + +== Post-release +* port scripts to new API and add them as examples +* 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)