Stumped
import urllib, feedparser u=urllib.urlopen('http://intertwingly.net/stories/2006/06/14/atom.xml') print len(feedparser.parse(u).entries[0].content[0].value)
Results:
300 Python 2.2.3 Red Hat Linux 3.2.3-54 666 Python 2.2.3+ Debian 4.0.1-4ubuntu6 666 Python 2.4 Red Hat Linux 3.2.3-49 666 Python 2.4.2 Ubuntu 4.0.1-4ubuntu8 666 Python 2.4.3 Ubuntu 4.0.3-1ubuntu5
Now, remove so much as one of those X’s in the file, and Python 2.2.3 on Red Hat Linux works just like the rest.