forked from pool/python-beautifulsoup4
Dirk Mueller
7787148ca5
* Added the `Tag.get_attribute_list` method, which acts like `Tag.get` for getting the value of an attribute, but which always returns a list, whether or not the attribute is a multi-value attribute. [bug=1678589] * Improved the handling of empty-element tags like <br> when using the html.parser parser. [bug=1676935] * HTML parsers treat all HTML4 and HTML5 empty element tags (aka void element tags) correctly. [bug=1656909] * Namespace prefix is preserved when an XML tag is copied. Thanks to Vikas for a patch and test. [bug=1685172] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-beautifulsoup4?expand=0&rev=48 |
||
---|---|---|
.gitattributes | ||
.gitignore | ||
beautifulsoup4-4.6.0.tar.gz | ||
beautifulsoup4-lxml-fixes.patch | ||
python-beautifulsoup4.changes | ||
python-beautifulsoup4.spec |