2010 1.09: 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.

16 March 2011

7 December 2010

6 December 2010

  • curprev 23:1323:13, 6 December 2010Michael Murtaugh talk contribs 312 bytes +312 Created page with "== Read a feed with a URL from the command line == <source lang="python"> #!/usr/bin/env python import sys, feedparser try: url = sys.argv[1] except IndexError: url = "..."