diff options
author | Leonard Richardson <leonard.richardson@canonical.com> | 2012-02-09 08:13:42 -0500 |
---|---|---|
committer | Leonard Richardson <leonard.richardson@canonical.com> | 2012-02-09 08:13:42 -0500 |
commit | ec3d55d62ddf86ba220b8acdafa5a33a74acaebb (patch) | |
tree | 10061183f5a42ae4b07b1893917d35ec53bc06a7 /NEWS.txt | |
parent | 600f332672763518033de253997a6e21fde07f44 (diff) |
Fixed a bug that caused a crash when you passed a dictionary as an attribute value (possibly because you mistyped attrs). [bug=842419]
Diffstat (limited to 'NEWS.txt')
-rw-r--r-- | NEWS.txt | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -14,6 +14,9 @@ object to search against a tag's CSS classes. Previously this only worked if you passed in a string. +* Fixed a bug that caused a crash when you passed a dictionary as an + attribute value (possibly because you mistyped "attrs"). [bug=842419] + = 4.0.0b4 (20120208) = * Added BeautifulSoup.new_string() to go along with BeautifulSoup.new_tag() |