Go to file
Ana Guerrero cb17148405 Accepting request 1160817 from devel:languages:python
- update to 3.1.0:
  * Include PEP 695 (Python 3.12) generic type syntax nodes in
    ``get_children()``, allowing checkers to visit them.
  * Add ``__main__`` as a possible inferred value for
    ``__name__`` to improve control flow inference around
    ``if __name__ == "__main__":`` guards.
  * Following a deprecation period, the ``names`` arg to the
    ``Import`` constructor and the ``op`` arg to the ``BoolOp``
    constructor are now required, and the ``doc`` args
    to the ``PartialFunction`` and ``Property`` constructors
    have been removed (call ``postinit(doc_node=...)`` instead.)
  * Following a deprecation announced in astroid 1.5.0, the alias
    ``AstroidBuildingException`` is removed in favor of
    ``AstroidBuildingError``.
  * Include modname in AST warnings. Useful for ``invalid escape
    sequence`` warnings with Python 3.12.
  * ``RecursionError`` is now trapped and logged out as
    ``UserWarning`` during astroid node transformations with
    instructions about raising the system recursion limit.
  * Suppress ``SyntaxWarning`` for invalid escape sequences on
    Python 3.12 when parsing modules.

OBS-URL: https://build.opensuse.org/request/show/1160817
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-astroid?expand=0&rev=50
2024-03-25 20:06:40 +00:00
.gitattributes Accepting request 208818 from home:TheBlackCat:branches:devel:languages:python 2013-11-28 14:49:38 +00:00
.gitignore Accepting request 208818 from home:TheBlackCat:branches:devel:languages:python 2013-11-28 14:49:38 +00:00
astroid-3.1.0-gh.tar.gz - update to 3.1.0: 2024-03-22 19:55:45 +00:00
python-astroid.changes - update to 3.1.0: 2024-03-22 19:55:45 +00:00
python-astroid.spec - update to 3.1.0: 2024-03-22 19:55:45 +00:00