diff options
author | Leonard Richardson <leonard.richardson@canonical.com> | 2012-02-07 19:15:04 -0500 |
---|---|---|
committer | Leonard Richardson <leonard.richardson@canonical.com> | 2012-02-07 19:15:04 -0500 |
commit | 6590573e18a533f30c9635ecbd6af163d6826ef8 (patch) | |
tree | 02dbfff2c5c7fdc77b9544e4213d3f1a88b2fc75 /CHANGELOG | |
parent | b32c88cc0362030f2801690aca695cf5d3d57f55 (diff) |
Documented today's changes.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -1,6 +1,17 @@ += 4.0 beta 4 = + +Added BeautifulSoup.new_string() to go along with Beautifulsoup.new_tag() +Pass in strict=False to html.parser on Python 3. +Monkeypatch a serious bug in html.parser that made strict=False disastrous on Python 3.2.2. +Replaced the "substitute_html_entities" argument with the "formatter" argument. +Bare ampersands and angle brackets are always converted to XML entities unless the user prevents it. +Added PageElement.insert_before(). +Added PageElement.insert_after(). +Raise an exception when the user tries to do something stupid like insert a tag into itself. + = 4.0 = -See README.TXT. +Nearly complete rewrite = 3.2.0 = |