diff options
author | Leonard Richardson <leonardr@segfault.org> | 2016-07-16 12:36:21 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2016-07-16 12:36:21 -0400 |
commit | 920f7750783908d6a6be9e3d1f5db45efb9003ee (patch) | |
tree | a2df2aefa051a933f4089c9ecc912293d4f8fae2 /NEWS.txt | |
parent | 682233e4c9e9fa11b5b84055e0bb272f5e941194 (diff) |
Specify the file and line number when warning about a
BeautifulSoup object being instantiated without a parser being
specified. [bug=1574647]
Diffstat (limited to 'NEWS.txt')
-rw-r--r-- | NEWS.txt | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -5,6 +5,10 @@ * The contents of <textarea> tags will no longer be modified when the tree is prettified. [bug=1555829] +* Specify the file and line number when warning about a + BeautifulSoup object being instantiated without a parser being + specified. [bug=1574647] + * Fixed a Python 3 ByteWarning when a URL was passed in as though it were markup. Thanks to James Salter for a patch and test. [bug=1533762] |