From 8935e0f5c1cad72a19904b171ae0ca714dcd59d8 Mon Sep 17 00:00:00 2001 From: Ian Cordasco Date: Thu, 21 Mar 2013 11:26:15 -0400 Subject: [PATCH] Update the README to include the mailing list --- README.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.rst b/README.rst index 6456522..0f25399 100644 --- a/README.rst +++ b/README.rst @@ -57,6 +57,13 @@ This feature is quite useful to detect over-complex code. According to McCabe, anything that goes beyond 10 is too complex. See https://en.wikipedia.org/wiki/Cyclomatic_complexity. +Questions or Feedback +===================== + +If you have questions you'd like to ask the developers, or feedback you'd like +to provide, feel free to use the mailing list: code-quality@python.org We +would love to hear from you. Additionally, if you have a feature you'd like to +suggest, the mailing list would be the best place for it. .. _links: