15
0

- Update to 2.3.2:

* All type comments have as parent the corresponding `astroid` node
  * Pass an inference context to `metaclass()` when inferring an object type

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-astroid?expand=0&rev=45
This commit is contained in:
Tomáš Chvátal
2019-11-01 08:38:30 +00:00
committed by Git OBS Bridge
parent 858a1eb090
commit 7380d20f7d
4 changed files with 11 additions and 4 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Nov 1 08:34:46 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 2.3.2:
* All type comments have as parent the corresponding `astroid` node
* Pass an inference context to `metaclass()` when inferring an object type
-------------------------------------------------------------------
Fri Oct 4 08:24:37 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>