diff options
author | Leonard Richardson <leonardr@segfault.org> | 2013-05-07 10:33:51 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2013-05-07 10:33:51 -0400 |
commit | 431e078fbdb54adeb3875cb8c5cc75d6722de2bd (patch) | |
tree | 5b0aad64b7fe429318b3d2cd3539db0221605526 /NEWS.txt | |
parent | 457fa9096e5cee673063b41d58da9f2442814f0f (diff) |
The prettify() method now leaves the contents of <pre> tags
alone. [bug=1095654]
Diffstat (limited to 'NEWS.txt')
-rw-r--r-- | NEWS.txt | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -15,6 +15,9 @@ or from bs4 import _soup +* The prettify() method now leaves the contents of <pre> tags + alone. [bug=1095654] + * Fix a bug in the html5lib treebuilder which sometimes created disconnected trees. [bug=1039527] |