diff options
author | Leonard Richardson <leonard.richardson@canonical.com> | 2012-03-01 17:39:55 -0500 |
---|---|---|
committer | Leonard Richardson <leonard.richardson@canonical.com> | 2012-03-01 17:39:55 -0500 |
commit | 8333c2b5bfd78dfcc9544403a6e1d285f587475b (patch) | |
tree | 2bc9399b5a9a544cc0e5561516542365c4061c6e /NEWS.txt | |
parent | ad95318eb882a55a7a4bb692defdce8dee487cb6 (diff) |
For backwards compatibility, brought back the BeautifulStoneSoup class as a deprecated wrapper around BeautifulSoup.
Diffstat (limited to 'NEWS.txt')
-rw-r--r-- | NEWS.txt | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -5,6 +5,9 @@ * In HTML5-style <meta charset="foo"> tags, the value of the "charset" attribute is now replaced with the appropriate encoding on output. +* For backwards compatibility, brought back the BeautifulStoneSoup + class as a deprecated wrapper around BeautifulSoup. + = 4.0.0b9 (20110228) = * Fixed the string representation of DOCTYPEs that have both a public |