Merge lp://staging/beautifulsoup into lp://staging/~dguitarbite/beautifulsoup/beautifulsoup
Proposed by
Pranav Salunke
Status: | Merged | ||||
---|---|---|---|---|---|
Merged at revision: | 437 | ||||
Proposed branch: | lp://staging/beautifulsoup | ||||
Merge into: | lp://staging/~dguitarbite/beautifulsoup/beautifulsoup | ||||
Diff against target: |
1562 lines (+584/-160) 18 files modified
AUTHORS.txt (+1/-1) LICENSE (+1/-1) NEWS.txt (+70/-3) bs4/__init__.py (+82/-21) bs4/builder/__init__.py (+5/-1) bs4/builder/_html5lib.py (+116/-22) bs4/builder/_htmlparser.py (+3/-0) bs4/builder/_lxml.py (+16/-6) bs4/dammit.py (+6/-4) bs4/diagnose.py (+4/-1) bs4/element.py (+66/-36) bs4/testing.py (+34/-4) bs4/tests/test_html5lib.py (+32/-0) bs4/tests/test_soup.py (+30/-12) bs4/tests/test_tree.py (+39/-6) doc/source/index.rst (+33/-16) prepare-release.sh (+44/-24) setup.py (+2/-2) |
||||
To merge this branch: | bzr merge lp://staging/beautifulsoup | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Pranav Salunke | Pending | ||
Review via email: mp+291106@code.staging.launchpad.net |
Description of the change
Minor change to a comment's indentation level.
To post a comment you must log in.