diff options
| author | hippo91 <guillaume.peillex@gmail.com> | 2020-12-13 15:28:13 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-13 15:28:13 +0100 |
| commit | 8ad83812e76d7d69249198beb4e18d9805e2d782 (patch) | |
| tree | 94dadcaf799072eec65fbe01f434c91eaa07484e /ChangeLog | |
| parent | 969a5cf119bbaa37b9700e83491d1639da6cbe55 (diff) | |
| parent | a35ff5452849fe08f95e76b6714df282eac0abc6 (diff) | |
| download | astroid-git-8ad83812e76d7d69249198beb4e18d9805e2d782.tar.gz | |
Merge pull request #858 from hippo91/fix_python39_new
Fix python39
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6,6 +6,8 @@ astroid's ChangeLog What's New in astroid 2.5.0? ============================ Release Date: TBA +* Add `python 3.9` support. + * The flat attribute of ``numpy.ndarray`` is now inferred as an ``numpy.ndarray`` itself. It should be a ``numpy.flatiter`` instance, but this class is not yet available in the numpy brain. |
