Fixed source field sometimes showing up as broken HTML...

This commit is contained in:
Anna
2010-05-23 17:58:25 -04:00
parent d7893fce37
commit 9f239e8c37
4 changed files with 9 additions and 5 deletions

2
TODO
View File

@ -15,8 +15,6 @@ features:
bugs:
* 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