diff options
author | Leonard Richardson <leonardr@segfault.org> | 2020-09-26 10:36:23 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2020-09-26 10:36:23 -0400 |
commit | e37c55b111b6d3ece22237188ad77a1ea9cd3724 (patch) | |
tree | 45bfbb5de4ce472b5e517e1dac82a194e7202f0a /CHANGELOG | |
parent | 2c4dcf44e97a620e8f5f735f5585b225062e3636 (diff) |
Change the signatures for BeautifulSoup.insert_before and insert_after
(which are not implemented) to match PageElement.insert_before and
insert_after, quieting warnings in some IDEs. [bug=1897120]
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -5,7 +5,11 @@ no matching opening tag. [bug=1880420] * Specify the soupsieve dependency in a way that complies with - PEP 508. Patch by Mike Nerone. [bug=1893696] + PEP 508. Patch by Mike Nerone. [bug=1893696] + +* Change the signatures for BeautifulSoup.insert_before and insert_after + (which are not implemented) to match PageElement.insert_before and + insert_after, quieting warnings in some IDEs. [bug=1897120] = 4.9.1 (20200517) |