Infinite loop when find_all on page

Bug #1271394 reported by cancan101
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Beautiful Soup
New
Undecided
Unassigned

Bug Description

This is using bs4:

text = requests.get("http://www.nku.edu/~longa/geomed/ppa/doc/globals/Globals.htm").content
doc = BeautifulSoup(text, features='html5lib')

and then calling this never returns:

tables = doc.find_all('table')

cancan101 (agrothberg)
description: updated
Revision history for this message
Leonard Richardson (leonardr) wrote :

It looks like this was fixed by the fix to bug 1430633 or bug 1270611, probably 1270611.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.