BeautifulSoup: 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.

23 September 2010

11 November 2008

8 October 2008

23 August 2008

12 June 2008

  • curprev 12:4112:41, 12 June 2008Michael Murtaugh talk contribs 477 bytes +477 New page: Beautiful Soup is a Python library for manipulating HTML pages. !! Examples A function to replace the contents of a tag: <source lang="python"> import BeautifulSoup soup = BeautifulSoup....