lp:~tt./beautifulsoup/docs-typos

Created by TT and last modified
Get this branch:
bzr branch lp:~tt./beautifulsoup/docs-typos
Only TT can upload to this branch. If you are TT please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
TT
Project:
Beautiful Soup
Status:
Merged

Recent revisions

450. By tt. <email address hidden>

Fix two typos in docs

449. By Leonard Richardson

Namespace prefix is preserved when an XML tag is copied. Thanks
  to Vikas for a patch and test. [bug=1685172]

448. By Leonard Richardson

Corrected formatting of warning.

447. By Leonard Richardson

Replace get_attribute_text with get_attribute_list.

446. By Leonard Richardson

 Improved the handling of empty-element tags like <br> when using the
  html.parser parser. [bug=1676935]

445. By Leonard Richardson

Renamed convenience method to get_attribute_text.

444. By Leonard Richardson

Added the method, which acts like for
  getting the value of an attribute, but which joins attribute
  multi-values into a single string value. [bug=1678589]

443. By Leonard Richardson

HTML parsers treat all HTML4 and HTML5 empty element tags (aka void element tags) correctly. [bug=1656909]

442. By Leonard Richardson

It's now possible to use a tag's namespace prefix when searching,
  e.g. soup.find('namespace:tag') [bug=1655332]

441. By Leonard Richardson

Implement ResultSet.__getattr__ to give a helpful message in a common error scenario.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:beautifulsoup
This branch contains Public information 
Everyone can see this information.

Subscribers