diff options
author | Claudiu Popa <pcmanticore@gmail.com> | 2018-04-12 15:32:46 +0200 |
---|---|---|
committer | Claudiu Popa <pcmanticore@gmail.com> | 2018-04-12 15:32:46 +0200 |
commit | ea59cef63598cbce3389cdc4fba5bd8cae853e68 (patch) | |
tree | af28703bbb3fe3a7b87e623adac1b8712e9d64bb /ChangeLog | |
parent | 6384060de2d0abfdad5d9cd309199eb39ff4777f (diff) | |
download | pylint-git-ea59cef63598cbce3389cdc4fba5bd8cae853e68.tar.gz |
Added a new Python 2/3 check for accessing `operator.div`, which is removed in Python 3
Close #1936
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -7,6 +7,9 @@ What's New in Pylint 1.9.0? Release date: + * Added a new Python 2/3 check for accessing `operator.div`, which is removed in Python 3 + + Close #1936 What's New in Pylint 1.8.4? |