cpython/Lib/test/test_peg_generator
Lumír 'Frenzy' Balhar 90d02e5e63
bpo-41282: (PEP 632) Deprecate distutils.sysconfig (partial implementation of the PEP) (GH-23142)
This change:
* merges `distutils.sysconfig` into `sysconfig` while keeping the original functionality and
* marks `distutils.sysconfig` as deprecated

https://bugs.python.org/issue41282
2021-04-23 14:02:41 +02:00
..
__init__.py
__main__.py
test_c_parser.py bpo-41282: (PEP 632) Deprecate distutils.sysconfig (partial implementation of the PEP) (GH-23142) 2021-04-23 14:02:41 +02:00
test_first_sets.py
test_grammar_validator.py Add small validator utility for PEG grammars (GH-23519) 2020-12-26 19:11:29 +00:00
test_pegen.py Fix 'gather' rules in the python parser generator (GH-22021) 2020-09-03 15:29:55 +01:00