~leonardr/beautifulsoup/bs4

« back to all changes in this revision

Viewing changes to CHANGELOG

  • Committer: Leonard Richardson
  • Date: 2020-04-21 12:17:28 UTC
  • Revision ID: leonardr@segfault.org-20200421121728-t3szm7nl5ksa2h4u
Added two distinct UserWarning subclasses for warnings issued from the BeautifulSoup constructor which a caller may want to filter out. [bug=1873787]

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
= 4.9.1 (unreleased)
2
2
 
 
3
* Added a distinct subclass, GuessedAsParserWarning, for the warning
 
4
  issued when BeautifulSoup is instantiated without a parser being
 
5
  specified. [bug=1873787]
 
6
 
 
7
* Added a distinct subclass, MarkupResemblesLocatorWarning, for the
 
8
  warning issued when BeautifulSoup is instantiated with 'markup' that
 
9
  actually seems to be a URL or the path to a file on
 
10
  disk. [bug=1873787]
 
11
 
3
12
* The new NavigableString subclasses (Stylesheet, Script, and
4
13
  TemplateString) can now be imported directly from the bs4 package.
5
14