From 8e06f81d04825f4216dade1bca96fe0288136dc3 Mon Sep 17 00:00:00 2001 From: Leonard Richardson Date: Sun, 7 Dec 2014 10:06:38 -0500 Subject: Added a warning when you instantiate a BeautifulSoup object without explicitly naming a parser. [bug=1398866] --- NEWS.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS.txt b/NEWS.txt index c12d3a2..e9ec6aa 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -7,7 +7,10 @@ import the Python 2 edition of Beautiful Soup under Python 3. [bug=1213387] - * Added a Chinese translation of the documentation by Delong .w. +* Added a warning when you instantiate a BeautifulSoup object without + explicitly naming a parser. [bug=1398866] + +* Added a Chinese translation of the documentation by Delong .w. = 4.3.2 (20131002) = -- cgit v1.2.3