diff options
author | Leonard Richardson <leonardr@segfault.org> | 2014-12-07 10:13:20 -0500 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2014-12-07 10:13:20 -0500 |
commit | 5a96d2906fcd21eaf5ef86228edb9647a01e828c (patch) | |
tree | 6903da4932fdbbd7f30114a56949c2514b172107 /NEWS.txt | |
parent | 8e06f81d04825f4216dade1bca96fe0288136dc3 (diff) |
In Python 3.4 and above, set the new convert_charrefs argument to
the html.parser constructor to avoid a warning and future
failures. Patch by Stefano Revera. [bug=1375721]
Diffstat (limited to 'NEWS.txt')
-rw-r--r-- | NEWS.txt | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -10,6 +10,10 @@ * Added a warning when you instantiate a BeautifulSoup object without explicitly naming a parser. [bug=1398866] +* In Python 3.4 and above, set the new convert_charrefs argument to + the html.parser constructor to avoid a warning and future + failures. Patch by Stefano Revera. [bug=1375721] + * Added a Chinese translation of the documentation by Delong .w. = 4.3.2 (20131002) = |