summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTakahide Nojima <nozzy123nozzy@gmail.com>2021-10-21 05:16:32 +0000
committerTakahide Nojima <nozzy123nozzy@gmail.com>2021-10-26 15:01:12 +0000
commit4e3acd8e4451ae39dbd5a6c8c5eba79300136d2f (patch)
treedf350f05c65092ff97c70e14f58788a5f61bf53b /doc
parent9323cf20afff416dabe61b7f303791a1ce7f2bb6 (diff)
downloadpylint-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.rst2
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