diff -r 481a2b4be471 -r 1600807a32bd TODO --- a/TODO Sun Dec 31 19:29:46 2006 -0500 +++ b/TODO Tue Jan 02 20:30:17 2007 -0500 @@ -1,8 +1,8 @@ Things which I have a use case/anti-use case for: -* Avoid overwriting directories. -* Decompress non-archive files. +* Figure out what the deal is with strerror. * Better error messages (file doesn't exist, isn't readable, etc.) * Interactivity: ask about overwriting, recursing, etc. +* Consistently raise and handle exceptions. Things that are generally good: * Better tests. @@ -14,3 +14,4 @@ * Use zipfile instead of the zip commands. * Processing from stdin. * Extracting control.tar.gz from deb files. +* shar support.