Remixing an RSS feed with Python: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

    27 October 2011

    • curprev 16:2016:20, 27 October 2011Michael Murtaugh talk contribs 1,289 bytes +1,289 Created page with "<source lang="python"> import lxml.etree, urllib2, codecs # Precede by a quick demo of open-ing a file and parsing it?! # in fact ... use wget + file for testing! # Read from l..."