From 9b99975d5d6c19bbf563558b498db0b195a2e66e Mon Sep 17 00:00:00 2001 From: Amr Hassan Date: Mon, 2 Feb 2009 15:16:34 +0000 Subject: [PATCH] --- pylast.py | 9 --------- 1 file changed, 9 deletions(-) diff --git a/pylast.py b/pylast.py index 7c3b8e4..74dccaa 100644 --- a/pylast.py +++ b/pylast.py @@ -20,15 +20,6 @@ # # http://code.google.com/p/pylast/ -# TODO: -# - go over all the apis from the official documentation. [done] -# - write better documentation of each function as you go. [done] -# - internal caching [done]. -# - easy proxy support [done]. -# - implement call delay. -# - better adherence to naming guidelines (http://www.python.org/doc/essays/styleguide.html) [done] -# - implement __repr__, __eq__ and __ne__ everywhere possible. [done] - __name__ = 'pylast' __version__ = '0.3.0a' __doc__ = 'A Python interface to the Last.fm API.'