15
0

- Update to 2.2.5:

* The last except handler wins when inferring variables bound in an except handler.
- Update to 2.2.4:

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-astroid?expand=0&rev=40
This commit is contained in:
Tomáš Chvátal
2019-03-11 09:48:36 +00:00
committed by Git OBS Bridge
parent 0b20e649d5
commit ffb348bdb3
4 changed files with 11 additions and 5 deletions

View File

@@ -1,7 +1,13 @@
-------------------------------------------------------------------
Mon Mar 11 09:46:52 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 2.2.5:
* The last except handler wins when inferring variables bound in an except handler.
-------------------------------------------------------------------
Wed Mar 6 12:27:13 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 2.2.1:
- Update to 2.2.4:
* Many changes inside, see ChangeLog
-------------------------------------------------------------------