summaryrefslogtreecommitdiff
path: root/Doc/tools/rstlint.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-01-18 10:42:35 +0000
committerGeorg Brandl <georg@python.org>2009-01-18 10:42:35 +0000
commit6c81b54cc4b9490dc54a2d3cf72873f49f0c6eba (patch)
tree21b01c402ff5db9ba8de098ab326693ef7dc9935 /Doc/tools/rstlint.py
parent6ab22154ddabdb67bd510a1f2e0aa9c7e0ee607d (diff)
downloadcpython-git-6c81b54cc4b9490dc54a2d3cf72873f49f0c6eba.tar.gz
#4976: union() and intersection() take multiple args, but talk about "the other".
Diffstat (limited to 'Doc/tools/rstlint.py')
-rwxr-xr-xDoc/tools/rstlint.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/tools/rstlint.py b/Doc/tools/rstlint.py
index 3ea04bdecc..0c19003b0f 100755
--- a/Doc/tools/rstlint.py
+++ b/Doc/tools/rstlint.py
@@ -6,6 +6,9 @@
#
# 01/2009, Georg Brandl
+# TODO: - wrong versions in versionadded/changed
+# - wrong markup after versionchanged directive
+
from __future__ import with_statement
import os