diff options
author | Leonard Richardson <leonardr@segfault.org> | 2019-12-18 16:49:58 -0500 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2019-12-18 16:49:58 -0500 |
commit | f5f0e1ea521f813964b4f9cbea53fcdfc3942f56 (patch) | |
tree | 360f985212b9f16d2b466b8ad0f93e4dc0632b28 /CHANGELOG | |
parent | 79e7e06050d9bbf4c6e6b01db1e16c79087c0555 (diff) |
Added Python docstrings to all public methods in element.py.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -3,12 +3,17 @@ * Fixed a deprecation warning on Python 3.7. Patch by Colin Watson. [bug=1847592] +* Added Python docstrings to most public methods. + * The html.parser tree builder now correctly handles DOCTYPEs that are not uppercase. [bug=1848401] * Added a Chinese translation by Deron Wang and a Brazilian Portuguese translation by Cezar Peixeiro to the repository. +* PageElement.select() now returns a ResultSet rather than a regular list, + making it consistent with methods like find_all(). + = 4.8.1 (20191006) * When the html.parser or html5lib parsers are in use, Beautiful Soup |