TODO

branch
trunk
changeset 35
957b402d4b90
parent 31
c3a2760d1c3a
child 40
ee6a869f8da1
equal deleted inserted replaced
34:a8f875e02c83 35:957b402d4b90
1 * Make sure you only try each extractor once? 1 * Make sure you only try each extractor once?
2 2
3 Things which I have a use case/anti-use case for: 3 Things which I have a use case/anti-use case for:
4 * CAB extraction.
5 * Support lzma compression (http://tukaani.org/lzma/download)
6 * Support pisi packages (http://paketler.pardus.org.tr/pardus-2007/) 4 * Support pisi packages (http://paketler.pardus.org.tr/pardus-2007/)
7 * Steal ideas from <http://martin.ankerl.com/files/e>. 5 * Steal ideas from <http://martin.ankerl.com/files/e>.
8 * Figure out what the deal is with strerror. (done?) 6 * Figure out what the deal is with strerror. (done?)
9 * Better error messages (file doesn't exist, isn't readable, etc.) 7 * Better error messages (file doesn't exist, isn't readable, etc.)
10 * Consistently raise and handle exceptions. 8 * Consistently raise and handle exceptions.

mercurial