From ae1323a04dd5126d0634f9684e678d0db6384e63 Mon Sep 17 00:00:00 2001 From: Anna <annabuches@gmail.com> Date: Thu, 20 May 2010 14:05:44 -0400 Subject: [PATCH] Added bug to TODO --- TODO | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO b/TODO index 6ac2392..fcc4710 100644 --- a/TODO +++ b/TODO @@ -22,3 +22,4 @@ bugs: considerable tweaks to python-twitter) * "ValueError: list.remove(x): x not in list" when trying to close a tab (error recurred after adding conversation support). Tabs can be reordered, then closed, as a workaround. * Links must be right-clicked on to activate - can't left-click on the link directly. This seems to be a pygtk issue +* Bugs: File "/home/patrick/code/mytwitter/apithreads.py", line 234: UnboundLocalError: local variable 'user' referenced before assignment