Update W0623 to not trigger on code like:

try:
  ...
<https://bitbucket.org/tmarek/pylint-patchqueue/changeset/709dfa64e62b#chg_fix_w0623_multiple_except_handlers.diff_newline7>except
IOError, e:
  ...

...
try:
  ...
except OSError, e:
<https://bitbucket.org/tmarek/pylint-patchqueue/changeset/709dfa64e62b#chg_fix_w0623_multiple_except_handlers.diff_newline15>...

Please pull from http://bitbucket.org/tmarek/pylint-patchqueue

best,

// Torsten

-- 
Site Reliability Engineer ∘ Google  ✚  ∘ ⬕
_______________________________________________
Python-Projects mailing list
Python-Projects@lists.logilab.org
http://lists.logilab.org/mailman/listinfo/python-projects

Reply via email to