Trimmed up the User, Status, and Profile classes, since Python will assign properties on the fly
This commit is contained in:
parent
e57e16bee0
commit
679e03da6a
2 changed files with 10 additions and 12 deletions
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 a new issue