~leonardr/beautifulsoup/bs4

« back to all changes in this revision

Viewing changes to NEWS.txt

  • Committer: Leonard Richardson
  • Date: 2013-05-07 14:33:51 UTC
  • Revision ID: leonardr@segfault.org-20130507143351-anhkgt2vvl3gu4k0
The prettify() method now leaves the contents of <pre> tags
  alone. [bug=1095654]

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
   or
16
16
  from bs4 import _soup
17
17
 
 
18
* The prettify() method now leaves the contents of <pre> tags
 
19
  alone. [bug=1095654]
 
20
 
18
21
* Fix a bug in the html5lib treebuilder which sometimes created
19
22
  disconnected trees. [bug=1039527]
20
23