summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2018-05-11 22:00:57 -0400
committerClaudiu Popa <pcmanticore@gmail.com>2018-05-11 22:00:57 -0400
commitcc40b93c4d071136b822fd49b87c7fac15a51617 (patch)
tree323dfc8bed8d9241c2ec6bccd732e03700afcc61 /ChangeLog
parent6146ce636a7117a78a3e8f746762f477f603dae4 (diff)
downloadpylint-git-cc40b93c4d071136b822fd49b87c7fac15a51617.tar.gz
Emit a warning when sys.exc_clear is accessed
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 758967329..79631acad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,8 @@ What's New in Pylint 1.9.0?
Release date:
+ * Added a new `deprecated-sys-function`, emitted when accessing removed sys members.
+
* Added `xreadlines-attribute`, emitted when the `xreadlines()` attribute is accessed.
* The Python 3 porting mode can now run with Python 3 as well.