Task #2502
Task #2484: Python 3 support
Fix deprecation warnings
Start date:
11/08/2019
Due date:
% Done:
100%
Description
../src/bin/website_input_app/web_scraper.py:744: DeprecationWarning: The unescape method is deprecated and will be removed in 3.5, use html.unescape() instead. [exec] return h.unescape(text) ../src/bin/html5lib/_trie/_base.py:3: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
Associated revisions
Fixing deprecation issue
Reference #2502
Fixing deprecation issue
Reference #2502
History
#1 Updated by Luke Murphey about 5 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100