diff options
author | Leonard Richardson <leonardr@segfault.org> | 2021-12-17 12:54:14 -0500 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2021-12-17 12:54:14 -0500 |
commit | 854fd52ad616d8e9c0860bba2eb4ddd93eb2dc79 (patch) | |
tree | 419c15e1c024ea09fc71efbc6d56014ae099fe52 /CHANGELOG | |
parent | ad52722cc6b55ce414d395e9a0860cee57c0ab2d (diff) |
Fix a crash when pickling a BeautifulSoup object that has no
tree builder. [bug=1934003]
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -33,6 +33,9 @@ Python 2 was revision 605. version. "text" still works, but will give a DeprecationWarning. [bug=1947038] +* Fix a crash when pickling a BeautifulSoup object that has no + tree builder. [bug=1934003] + = 4.10.0 (20210907) * This is the first release of Beautiful Soup to only support Python |