summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2014-01-01 20:02:17 +0200
committerClaudiu Popa <pcmanticore@gmail.com>2014-01-01 20:02:17 +0200
commite099a5685de2fd625de831d060d0b4a91ed4481d (patch)
treecca32382c48e4e980e6f92838ea14e6b50ea0838
parent865a97a84ca9e40d6d7be69ca254d01ffcaa0b95 (diff)
parentc60994e6205bf332a49334122f8f71b416dd666f (diff)
downloadpylint-e099a5685de2fd625de831d060d0b4a91ed4481d.tar.gz
Merged in PCManticore/pylint (pull request #78)
Fix false positive for catching-non-exception, for C based exceptions.
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 25a82ea..ec6bfde 100644
--- a/README
+++ b/README
@@ -15,8 +15,8 @@ It's a free software distributed under the GNU Public Licence.
Development is hosted on bitbucket: https://bitbucket.org/logilab/pylint/
You can use the code-quality@python.org mailing list to discuss about
-Pylint. Subscribe at http://lists.python.org/mailman/listinfo/code-quality
-or read the archives at http://lists.python.org/pipermail/code-quality/
+Pylint. Subscribe at https://mail.python.org/mailman/listinfo/code-quality/
+or read the archives at https://mail.python.org/pipermail/code-quality/
Install
-------