diff options
author | Leonard Richardson <leonardr@segfault.org> | 2020-04-24 22:13:30 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2020-04-24 22:13:30 -0400 |
commit | 197470f217ab994dd0ba8e143418a54d69df8523 (patch) | |
tree | f962eb0fa745c772f63617abfb9caaee2f7c233d /CHANGELOG | |
parent | e0d4d8de8f9608e3ac2d637544c786958b3d34b4 (diff) |
If you encode a document with a Python-specific encoding like
'unicode_escape', that encoding is no longer mentioned in the final
XML or HTML document. Instead, encoding information is omitted or
left blank. [bug=1874955]
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -12,6 +12,11 @@ * The new NavigableString subclasses (Stylesheet, Script, and TemplateString) can now be imported directly from the bs4 package. +* If you encode a document with a Python-specific encoding like + 'unicode_escape', that encoding is no longer mentioned in the final + XML or HTML document. Instead, encoding information is omitted or + left blank. [bug=1874955] + * Fixed test failures when run against soupselect 2.0. Patch by Tomáš Chvátal. [bug=1872279] |