Revisions of python-astroid
Daniel Garcia (dgarcia)
committed
(revision 2)
- Update to 3.0.0: * Add support for Python 3.12, including PEP 695 type parameter syntax. * Remove support for Python 3.7. * A lot of more fixes and improvements, full list of changes for version 3.0.0 can be found here: https://github.com/pylint-dev/astroid/releases/tag/v3.0.0 - 2.15.8: * Fix a regression in 2.15.7 for unsubscriptable-object. - 2.15.7: * Fix a crash when inferring a typing.TypeVar call. * Infer user-defined enum classes by checking if the class is a subtype of enum.Enum. * Fix inference of functions with @functools.lru_cache decorators without parentheses. * Make sys.argv uninferable because it never is. (It's impossible to infer the value it will have outside of static analysis where it's our own value.)
Daniel Garcia (dgarcia)
committed
(revision 1)
Displaying all 2 revisions