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 /ChangeLog | |
parent | 9323cf20afff416dabe61b7f303791a1ce7f2bb6 (diff) | |
download | pylint-git-4e3acd8e4451ae39dbd5a6c8c5eba79300136d2f.tar.gz |
Fix exception of pyreverse in handling property function within a class.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -11,6 +11,8 @@ Release date: TBA .. Put new features here and also in 'doc/whatsnew/2.12.rst' +* Fix exception when pyreverse parses ``property function`` of a class. + * Add an optional extension ``consider-using-any-or-all`` : Emitted when a ``for`` loop only produces a boolean and could be replaced by ``any`` or ``all`` using a generator. Also suggests a suitable any or all statement. |