TODO

Sun, 29 Apr 2007 15:30:01 -0400

author
brett
date
Sun, 29 Apr 2007 15:30:01 -0400
branch
trunk
changeset 27
5711a4714e47
parent 25
ef62f2f55eb8
child 28
4d88f2231d33
permissions
-rw-r--r--

[svn] Really small cleanliness bit.

Things which I have a use case/anti-use case for:
* Use file to detect the archive type.
* Support lzma compression (http://tukaani.org/lzma/download)
* Support pisi packages (http://paketler.pardus.org.tr/pardus-2007/)
* Steal ideas from <http://martin.ankerl.com/files/e>.
* Figure out what the deal is with strerror. (done?)
* Better error messages (file doesn't exist, isn't readable, etc.)
* Consistently raise and handle exceptions.
* Take URLs as arguments.

Things that are generally good:
* Better tests.
* Better error messages.

Things I think might be good but can't prove:
* Consider having options about whether or not to make sane directories,
  have tarbomb protection, etc.
* Use zipfile instead of the zip commands.
* Processing from stdin.
* Extracting control.tar.gz from deb files.
* shar support.

mercurial