summaryrefslogtreecommitdiff
path: root/NEWS.txt
diff options
context:
space:
mode:
authorLeonard Richardson <leonard.richardson@canonical.com>2012-02-20 14:05:38 -0500
committerLeonard Richardson <leonard.richardson@canonical.com>2012-02-20 14:05:38 -0500
commit60cb51632dce022d1a4aff18500d286e58e0bd5c (patch)
tree38120742636e4867b6284093ca4c19510623cf9a /NEWS.txt
parent8f6446b1e45ad69ecd255cac3d9b9939127c91c2 (diff)
It's now possible to copy a BeautifulSoup object created with the html.parser treebuilder.
Diffstat (limited to 'NEWS.txt')
-rw-r--r--NEWS.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS.txt b/NEWS.txt
index 61c04ce..54caf6a 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -9,6 +9,11 @@
* Restored compatibility with Python 2.6.
+* The install process no longer installs docs or auxillary text files.
+
+* It's now possible to deepcopy a BeautifulSoup object created with
+ Python's built-in HTML parser.
+
= 4.0.0b6 (20110216) =
* Multi-valued attributes like "class" always have a list of values,