summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-02-28 10:21:00 +0100
committerGeorg Brandl <georg@python.org>2010-02-28 10:21:00 +0100
commit887ee5f5291ccf51bdddf137a4cd8df20b3482a5 (patch)
tree3dbe8d2ef949192fa98e98f0489fb0dbfdc8be2b /utils
parentcb653c494f300f5cc5208524b100878eca8ff8be (diff)
parenta8cca36b28a33b22e7d79600cfbbd33f5ec4f09a (diff)
downloadsphinx-887ee5f5291ccf51bdddf137a4cd8df20b3482a5.tar.gz
merge with trunk
Diffstat (limited to 'utils')
-rwxr-xr-xutils/check_sources.py3
-rw-r--r--utils/pylintrc2
2 files changed, 1 insertions, 4 deletions
diff --git a/utils/check_sources.py b/utils/check_sources.py
index 6f78c26e..0571ab1e 100755
--- a/utils/check_sources.py
+++ b/utils/check_sources.py
@@ -189,9 +189,6 @@ def main(argv):
num = 0
out = cStringIO.StringIO()
- # TODO: replace os.walk run with iteration over output of
- # `svn list -R`.
-
for root, dirs, files in os.walk(path):
if '.svn' in dirs:
dirs.remove('.svn')
diff --git a/utils/pylintrc b/utils/pylintrc
index 2552a12c..cf71db59 100644
--- a/utils/pylintrc
+++ b/utils/pylintrc
@@ -273,7 +273,7 @@ ignore-docstrings=yes
# checks for:
-# * warning notes in the code like FIXME, XXX
+# * warning notes in the code
# * PEP 263: source code with non ascii character but no encoding declaration
#
[MISCELLANEOUS]