Comment 1 for bug 2047713

Revision history for this message
Chris Papademetrious (chrispitude) wrote : Re: enhance find*() methods to filter through all object types

The Beautiful Soup architecture quite elegantly centralizes all the searching logic into the SoupStrainer class, so adding this functionality to all relevant methods that could benefit should be straightforward.

However, I don't yet understand the SoupStrainer class well enough to propose the change. If anyone has suggestions on where to start, I'd be happy to hear it!