diff options
author | Leonard Richardson <leonardr@segfault.org> | 2019-07-21 14:58:16 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2019-07-21 14:58:16 -0400 |
commit | b2294f4f05d9e8583613560986f8aa64b18866b9 (patch) | |
tree | 5af13a59eca15ea082cb46ea286bc9c5b91996da /CHANGELOG | |
parent | 819fa4255063d6b8d16f62469afa6c6e504f284a (diff) |
Adapt Chris Mayo's code to track line number and position when using html.parser.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ += Unreleased + +* When the html.parser is in use, Beautiful Soup will, by default, + record the position in the original document where each tag was + encountered. This includes line number (Tag.lineno) and position + within a line (Tag.position). Based on code by Chris Mayo. + = 4.8.0 (20190720, "One Small Soup") This release focuses on making it easier to customize Beautiful Soup's |