Made some bug fixes related to unassigned variables

This commit is contained in:
Anna
2010-05-23 11:50:14 -04:00
parent c2fd23b335
commit 964358c1f2
3 changed files with 21 additions and 12 deletions

5
TODO
View File

@ -15,9 +15,8 @@ features:
bugs:
* Direct Messages have no names, only screen names (may not be fixable without
considerable tweaks to python-twitter)
* Searches and Direct Messages have no names, only screen names (may not be fixable without considerable tweaks to python-twitter?)
* Search results have html-escaped character strings
* "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
* If an @ appears anywhere in a status update, links after it try to resolve to user: links... need to work on my regexes
* "/home/user/code/hrafn/apithreads.py", line 241: UnboundLocalError: local variable 'user' referenced before assignment