Project

General

Profile

Task #2502

Task #2484: Python 3 support

Fix deprecation warnings

Added by Luke Murphey over 4 years ago. Updated over 4 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Input: Web Spider
Target version:
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

Revision 733 (diff)
Added by lmurphey over 4 years ago

Fixing deprecation issue

Reference #2502

Revision 738 (diff)
Added by lmurphey over 4 years ago

Fixing deprecation issue

Reference #2502

History

#1 Updated by Luke Murphey over 4 years ago

  • Status changed from New to Closed
  • % Done changed from 0 to 100

Also available in: Atom PDF