summaryrefslogtreecommitdiffstats
path: root/Doc/tools
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2012-08-25 10:14:59 (GMT)
committerGeorg Brandl <georg@python.org>2012-08-25 10:14:59 (GMT)
commitd183f0be0bf274390cc38cb44e4fe9bfbf74084e (patch)
treeb79b60a586dccfbffa62966889c667eeadd8b059 /Doc/tools
parentcb460b920fb4c3caeec455bfa42542a4a0eec860 (diff)
downloadcpython-d183f0be0bf274390cc38cb44e4fe9bfbf74084e.zip
cpython-d183f0be0bf274390cc38cb44e4fe9bfbf74084e.tar.gz
cpython-d183f0be0bf274390cc38cb44e4fe9bfbf74084e.tar.bz2
Update pydoc topics and suspicious markup file.
Diffstat (limited to 'Doc/tools')
-rw-r--r--Doc/tools/sphinxext/susp-ignored.csv1
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/tools/sphinxext/susp-ignored.csv b/Doc/tools/sphinxext/susp-ignored.csv
index a31e7b1..7317ca2 100644
--- a/Doc/tools/sphinxext/susp-ignored.csv
+++ b/Doc/tools/sphinxext/susp-ignored.csv
@@ -262,6 +262,7 @@ library/stdtypes,,:end,s[start:end]
library/stdtypes,,::,>>> hash(v[::-2]) == hash(b'abcefg'[::-2])
library/stdtypes,,:len,s[len(s):len(s)]
library/stdtypes,,::,>>> y = m[::2]
+library/stdtypes,,::,>>> z = y[::-2]
library/string,,:end,s[start:end]
library/subprocess,,`,"output=`dmesg | grep hda`"
library/subprocess,,`,"output=`mycmd myarg`"