]> scripts.mit.edu Git - wizard.git/commitdiff
Update TODO.
authorEdward Z. Yang <ezyang@mit.edu>
Sun, 11 Jul 2010 05:27:29 +0000 (22:27 -0700)
committerEdward Z. Yang <ezyang@mit.edu>
Sun, 11 Jul 2010 05:27:29 +0000 (22:27 -0700)
Signed-off-by: Edward Z. Yang <ezyang@mit.edu>
TODO

diff --git a/TODO b/TODO
index 318828ba914a0080f09ea4e998e925a6020dd66b..22708d2e84d8ed44bcbcfbbfd736e948a96b4d6d 100644 (file)
--- a/TODO
+++ b/TODO
@@ -2,6 +2,11 @@
 
 - util.fetch() should use urllib under the hood, not httplib.  Code
   has to be changed.  We should log if we get redirected.
+- Be a little more intelligent when perform web checks; for example,
+  if we get a forbidden message, that probably means we go the right
+  address but it's blocked off; if we get a 404 message, that probably
+  means wrong address. Account Unknown is something particularly good
+  to check for.
 - Wordpress module can do something intelligent if we get redirected
   to the installation page.