Made some bug fixes related to unassigned variables
This commit is contained in:
5
TODO
5
TODO
@ -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
|
||||
|
Reference in New Issue
Block a user