Overview
Request 734809 accepted
- Update to 2.3.1
* A transform for the builtin `dataclasses` module was added.
* Add a brain tip for ``subprocess.check_output``
* Remove NodeNG.nearest method because of lack of usage in astroid and pylint.
* Allow importing wheel files.
* Dropped support for Python 3.4.
* Add support for Python 3.8's `NamedExpr` nodes, which is part of assignment expressions.
* ...and more.
- Created by mcalabkova
- In state accepted
Request History
mcalabkova created request
- Update to 2.3.1
* A transform for the builtin `dataclasses` module was added.
* Add a brain tip for ``subprocess.check_output``
* Remove NodeNG.nearest method because of lack of usage in astroid and pylint.
* Allow importing wheel files.
* Dropped support for Python 3.4.
* Add support for Python 3.8's `NamedExpr` nodes, which is part of assignment expressions.
* ...and more.
scarabeus_iv accepted request
the typed-ast seem to be not needed on py 3 8 and jeeds a check