diff options
author | Georg Brandl <georg@python.org> | 2012-08-25 10:14:59 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-08-25 10:14:59 (GMT) |
commit | d183f0be0bf274390cc38cb44e4fe9bfbf74084e (patch) | |
tree | b79b60a586dccfbffa62966889c667eeadd8b059 /Doc/tools/sphinxext/susp-ignored.csv | |
parent | cb460b920fb4c3caeec455bfa42542a4a0eec860 (diff) | |
download | cpython-d183f0be0bf274390cc38cb44e4fe9bfbf74084e.zip cpython-d183f0be0bf274390cc38cb44e4fe9bfbf74084e.tar.gz cpython-d183f0be0bf274390cc38cb44e4fe9bfbf74084e.tar.bz2 |
Update pydoc topics and suspicious markup file.
Diffstat (limited to 'Doc/tools/sphinxext/susp-ignored.csv')
-rw-r--r-- | Doc/tools/sphinxext/susp-ignored.csv | 1 |
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`" |