diff options
| author | hippo91 <guillaume.peillex@gmail.com> | 2021-01-23 15:09:53 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-23 15:09:53 +0100 |
| commit | 7c7848b7670e57517eb2b42ee605d18b4259248f (patch) | |
| tree | 9904aa26dbef6726e753d94e2e777629117fc811 /ChangeLog | |
| parent | 869b851169150de2d9208741504d267a43a190ac (diff) | |
| parent | ded22ec02678d2bb35684093d307cca4efcf5c5e (diff) | |
| download | astroid-git-7c7848b7670e57517eb2b42ee605d18b4259248f.tar.gz | |
Merge pull request #883 from hippo91/bug_pylint_4001
Bug pylint 4001
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -6,6 +6,9 @@ astroid's ChangeLog What's New in astroid 2.5.0? ============================ Release Date: TBA +* Adds a brain for type object so that it is possible to write `type[int]` in annotation. + + Fixes PyCQA/pylint#4001 * Add ``__class_getitem__`` method to ``subprocess.Popen`` brain under Python 3.9 so that it is seen as subscriptable by pylint. |
