Comment 26 for bug 605543

Revision history for this message
Foppe Hemminga (foppe) wrote :

@Captain Chaos:
Thanks for your research. I think you are correct on most issues.
The most intriguing question remains:
  why doesn't everyone have this problem?

I came up with a new solution that works with my English / Dutch tweets.

1) Change line 1 to
  import network, util, HTMLParser
2) Change line 49 to
    p = HTMLParser.HTMLParser(None)

This uses another parser (the one that's used in Python3) and may be a solution to our issue.