-
Committer:
Leonard Richardson
-
Date:
2012-08-20 18:10:29 UTC
-
Revision ID:
leonardr@segfault.org-20120820181029-hn42hvx5ebm8dzxt
Raise a more specific error (FeatureNotFound) when a requested
parser or parser feature is not installed. Raise NotImplementedError
instead of ValueError when the user calls insert_before() or
insert_after() on the BeautifulSoup object itself. Patch by Aaron
Devore. [bug=1038301]