diff options
author | Jon Dufresne <jon.dufresne@gmail.com> | 2018-12-20 19:12:32 -0800 |
---|---|---|
committer | Jon Dufresne <jon.dufresne@gmail.com> | 2018-12-22 09:05:05 -0800 |
commit | b0310f8d52f8cb25ce3990e8130e1ed0250f20c1 (patch) | |
tree | dd15deeeb9d05315bd985df914e42e555eb9cb3a /examples/cpp_enum_parser.py | |
parent | df1bf408c5709478a6e30186a9ce70d55e4f2488 (diff) | |
download | pyparsing-git-b0310f8d52f8cb25ce3990e8130e1ed0250f20c1.tar.gz |
Remove distutils fallback and outdated comment
setuptools includes a vendored version of pyparsing (and other
dependencies). They are not install through traditional tools.
Therefore, distutils is not required as fallback to facilitate
setuptools.
https://github.com/pypa/setuptools/blob/v40.6.3/setuptools/_vendor/pyparsing.py
The Python documentation recommends against using distutils:
https://docs.python.org/3/library/distutils.html
> Most Python users will not want to use this module directly, but
> instead use the cross-version tools maintained by the Python Packaging
> Authority. In particular, setuptools is an enhanced alternative to
> distutils that provides ...
Also remove the unused imports.
Diffstat (limited to 'examples/cpp_enum_parser.py')
0 files changed, 0 insertions, 0 deletions