DeprecationWarning for collections

Bug #1911698 reported by Vincent
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
YAQL
Fix Released
Undecided
Unassigned

Bug Description

In `yaql/language/utils.py` different types are imported from `collections`. This is deprecated, since they have been moved to `collections.abc`. The import from `collections` will be removed in Python 3.9.

Error message
-------------

yaql/language/utils.py:54: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3,and in 3.9 it will stop working
    SequenceType = collections.Sequenc

Revision history for this message
Takashi Kajinami (kajinamit) wrote :
Changed in yaql:
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.