diff options
author | Leonard Richardson <leonard.richardson@canonical.com> | 2012-02-23 10:21:30 -0500 |
---|---|---|
committer | Leonard Richardson <leonard.richardson@canonical.com> | 2012-02-23 10:21:30 -0500 |
commit | 0339d1f4a0f7306cb8c1ef4d7cd609b06e33eb27 (patch) | |
tree | 40b1d7453a284da936c40e5e53402942c9650b74 /NEWS.txt | |
parent | 6e4b4dfffbd6e8d465aebd009108654003da338b (diff) | |
parent | a4ffd587fad7d2442a9ccdcdd0a8f6df347f39eb (diff) |
Merge from trunk and added tests.
Diffstat (limited to 'NEWS.txt')
-rw-r--r-- | NEWS.txt | 15 |
1 files changed, 14 insertions, 1 deletions
@@ -1,4 +1,4 @@ -= 4.0.0b7 () = += 4.0.0b7 (20110223) = * Upon decoding to string, any characters that can't be represented in your chosen encoding will be converted into numeric XML entity @@ -14,6 +14,19 @@ * It's now possible to deepcopy a BeautifulSoup object created with Python's built-in HTML parser. +* About 100 unit tests that "test" the behavior of various parsers on + invalid markup have been removed. Legitimate changes to those + parsers caused these tests to fail, indicating that perhaps + Beautiful Soup should not test the behavior of foreign + libraries. + + The problematic unit tests have been reformulated as informational + comparisons generated by the script + scripts/demonstrate_parser_differences.py. + + This makes Beautiful Soup compatible with html5lib version 0.95 and + future versions of HTMLParser. + = 4.0.0b6 (20110216) = * Multi-valued attributes like "class" always have a list of values, |