summaryrefslogtreecommitdiff
path: root/NEWS.txt
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2014-12-07 10:13:20 -0500
committerLeonard Richardson <leonardr@segfault.org>2014-12-07 10:13:20 -0500
commit2233b0f9590642e054f4c1f2da556e1f5e4d1635 (patch)
tree568d0b3fe0fc4fcd5a5245897e5dfaa4a048704c /NEWS.txt
parent53f07e84e54f350769b939080a8fc5ee5b9f2e3f (diff)
downloadbeautifulsoup4-2233b0f9590642e054f4c1f2da556e1f5e4d1635.tar.gz
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.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS.txt b/NEWS.txt
index e9ec6aa..2f0121e 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -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) =