Page MenuHomePhabricator

Deprecation warning for ABC import from collections
Closed, InvalidPublic

Description

The warning is shown with py 3.7, for example:

C:\pwb\GIT\core>pwb.py cache -delete
WARNING: C:\pwb\GIT\core\pywikibot\diff.py:14: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
  from collections import Sequence