klahnakoski / mo-parsing

fork of pyparsing
MIT License
3 stars 2 forks source link

Deprecation warning #15

Closed pohmelie closed 3 years ago

pohmelie commented 3 years ago

I'm using mos-sql-parser and got such warnings:

mo_parsing/results.py:3: 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
    from collections import MutableMapping

mo_parsing/helpers.py:4: 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
    from collections import Iterable
klahnakoski commented 3 years ago

thank you. fixed here, https://github.com/klahnakoski/mo-parsing/commit/d5c2b7b16d73d3df1e543a7a87d1efb1c5e06899

it will be a while before a number of branches merge to a working version.