Trimmed up the User, Status, and Profile classes, since Python will assign properties on the fly
This commit is contained in:
2
TODO
2
TODO
@ -19,3 +19,5 @@ 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
|
||||
* 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