commit | 6c81b54cc4b9490dc54a2d3cf72873f49f0c6eba | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sun Jan 18 10:42:35 2009 +0000 |
committer | Georg Brandl <georg@python.org> | Sun Jan 18 10:42:35 2009 +0000 |
tree | 21b01c402ff5db9ba8de098ab326693ef7dc9935 | |
parent | 6ab22154ddabdb67bd510a1f2e0aa9c7e0ee607d [diff] [blame] |
#4976: union() and intersection() take multiple args, but talk about "the other".
diff --git a/Doc/tools/rstlint.py b/Doc/tools/rstlint.py index 3ea04bd..0c19003 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