diff options
author | Takahide Nojima <nozzy123nozzy@gmail.com> | 2021-10-21 05:16:32 +0000 |
---|---|---|
committer | Takahide Nojima <nozzy123nozzy@gmail.com> | 2021-10-26 15:01:12 +0000 |
commit | 4e3acd8e4451ae39dbd5a6c8c5eba79300136d2f (patch) | |
tree | df350f05c65092ff97c70e14f58788a5f61bf53b /doc | |
parent | 9323cf20afff416dabe61b7f303791a1ce7f2bb6 (diff) | |
download | pylint-git-4e3acd8e4451ae39dbd5a6c8c5eba79300136d2f.tar.gz |
Fix exception of pyreverse in handling property function within a class.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/whatsnew/2.12.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/whatsnew/2.12.rst b/doc/whatsnew/2.12.rst index 6c71ae159..e4bb8ac47 100644 --- a/doc/whatsnew/2.12.rst +++ b/doc/whatsnew/2.12.rst @@ -64,6 +64,8 @@ Extensions Other Changes ============= +* Fix exception when pyreverse parses ``property function`` of a class. + * Improve and flatten ``unused-wildcard-import`` message Closes #3859 |