~leonardr/beautifulsoup/bs4

« back to all changes in this revision

Viewing changes to CHANGELOG

  • Committer: Leonard Richardson
  • Date: 2021-11-30 03:13:33 UTC
  • Revision ID: leonardr@segfault.org-20211130031333-iqdyh97da5o8qtln
Do a better job of keeping track of namespaces as an XML document is
  parsed, so that CSS selectors that use namespaces will do the right
  thing more often. [bug=1946243]

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
* Issue a warning when an HTML parser is used to parse a document that
23
23
  looks like XML but not XHTML. [bug=1939121]
24
24
 
 
25
* Do a better job of keeping track of namespaces as an XML document is
 
26
  parsed, so that CSS selectors that use namespaces will do the right
 
27
  thing more often. [bug=1946243]
 
28
 
25
29
* Some time ago, the misleadingly named "text" argument to find-type
26
30
  methods was renamed to the more accurate "string." But this supposed
27
31
  "renaming" didn't make it into important places like the method