summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2014-12-07 10:06:38 -0500
committerLeonard Richardson <leonardr@segfault.org>2014-12-07 10:06:38 -0500
commit8e06f81d04825f4216dade1bca96fe0288136dc3 (patch)
tree83d9be1d29217a1a6947bf39b2d609aaabc699fe
parentd3e85268b66be8dc4514512a1f7d48e31ba8bce4 (diff)
Added a warning when you instantiate a BeautifulSoup object without
explicitly naming a parser. [bug=1398866]
-rw-r--r--NEWS.txt5
1 files changed, 4 insertions, 1 deletions
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) =