summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorcpopa <devnull@localhost>2014-09-11 15:09:23 +0300
committercpopa <devnull@localhost>2014-09-11 15:09:23 +0300
commit56f660a2e80e36fb997ac1de5ff1b720e1ddab27 (patch)
tree3d1a47d669b62316134b2efea8a3c9bd8c09a84c /ChangeLog
parentc3baa296b2d3d22dd5c4e7abbc5adc6c2a9b19aa (diff)
downloadpylint-56f660a2e80e36fb997ac1de5ff1b720e1ddab27.tar.gz
Don't emit 'unbalanced-tuple-unpacking' when the rhs of the assignment is a variable length argument. Closes issue #329.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 35c16a0..965560e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -104,6 +104,9 @@ ChangeLog for Pylint
* Add a new warning, 'logging-format-interpolation', emitted when .format()
string interpolation is used within logging function calls.
+ * Don't emit 'unbalanced-tuple-unpacking' when the rhs of the assignment
+ is a variable length argument. Closes issue #329.
+
2014-07-26 -- 1.3.0