diff options
author | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-07-19 23:37:37 +0200 |
---|---|---|
committer | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-07-19 23:37:37 +0200 |
commit | 17165d57e1ad688f6eca279f3559fbd280e5d4ef (patch) | |
tree | b48455ac9bc4462476b6ffc99482898ae946e295 /astroid/nodes.py | |
parent | 8f3c799e4ab5ece5f5ed4562cd3e62b2af727b8e (diff) | |
download | astroid-git-fix-4623-generator-raised-stop-iteration.tar.gz |
Bump astroid to 2.6.4, update changelogv2.6.4fix-4623-generator-raised-stop-iteration
Diffstat (limited to 'astroid/nodes.py')
-rw-r--r-- | astroid/nodes.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astroid/nodes.py b/astroid/nodes.py index e036788d..a9bee41c 100644 --- a/astroid/nodes.py +++ b/astroid/nodes.py @@ -7,8 +7,8 @@ # Copyright (c) 2017 Ashley Whetter <ashley@awhetter.co.uk> # Copyright (c) 2017 rr- <rr-@sakuya.pl> # Copyright (c) 2018 Bryce Guinta <bryce.paul.guinta@gmail.com> -# Copyright (c) 2021 Marc Mueller <30130371+cdce8p@users.noreply.github.com> # Copyright (c) 2021 Pierre Sassoulas <pierre.sassoulas@gmail.com> +# Copyright (c) 2021 Marc Mueller <30130371+cdce8p@users.noreply.github.com> # Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html # For details: https://github.com/PyCQA/astroid/blob/main/LICENSE |