intertwingly

It’s just data

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:

300Python 2.2.3Red Hat Linux 3.2.3-54
666Python 2.2.3+Debian 4.0.1-4ubuntu6
666Python 2.4Red Hat Linux 3.2.3-49
666Python 2.4.2Ubuntu 4.0.1-4ubuntu8
666Python 2.4.3Ubuntu 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.