Files
openide/python/helpers/generator3
Mikhail Golubev fab4f858c6 PY-39577 Fix deprecation warnings in generator's own code and pyparsing
Ideally, we should finally upgrade the bundled pyparsing, but at the moment it
can introduce too many breakages.

The most important change is using collections.abc.MutableMapping instead
of collections.MutableMapping. It already caused errors in the first alphas
of Python 3.9 until they decided to keep the aliases until Python 3.10.

GitOrigin-RevId: ee8d83dae7f6d5aaa672d0ad2f64ebc5fbf5938b
2020-03-26 13:03:48 +00:00
..
2020-03-12 15:31:54 +00:00