From 329fc7fd408388ac7b62e8703962f28aae0f3a9d Mon Sep 17 00:00:00 2001 From: Leonard Richardson Date: Sun, 17 May 2020 11:58:31 -0400 Subject: Added docstring for BeautifulSoup.new_tag. --- doc/source/index.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'doc/source') diff --git a/doc/source/index.rst b/doc/source/index.rst index f6a89de..87c04d9 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -3281,6 +3281,18 @@ on BS4 until you change them. * ``Tag.next`` -> ``Tag.next_element`` * ``Tag.previous`` -> ``Tag.previous_element`` +These methods are left over from the Beautiful Soup 2 API. They've +been deprecated since 2006, and should not be used at all: + +* ``Tag.fetchNextSiblings`` +* ``Tag.fetchPreviousSiblings`` +* ``Tag.fetchPrevious`` +* ``Tag.fetchPreviousSiblings`` +* ``Tag.fetchParents`` +* ``Tag.findChild`` +* ``Tag.findChildren`` + + Generators ^^^^^^^^^^ -- cgit v1.2.3