diff options
author | Leonard Richardson <leonardr@segfault.org> | 2014-12-07 10:06:38 -0500 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2014-12-07 10:06:38 -0500 |
commit | 8e06f81d04825f4216dade1bca96fe0288136dc3 (patch) | |
tree | 83d9be1d29217a1a6947bf39b2d609aaabc699fe | |
parent | d3e85268b66be8dc4514512a1f7d48e31ba8bce4 (diff) |
Added a warning when you instantiate a BeautifulSoup object without
explicitly naming a parser. [bug=1398866]
-rw-r--r-- | NEWS.txt | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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) = |