soup.find(\"tagName\", { \"id\" : \"articlebody\" })
Why does this NOT return the ... tags
...
Most probably because of the default beautifulsoup parser has problem. Change a different parser, like 'lxml' and try again.