diff options
| author | Georg Brandl <georg@python.org> | 2012-08-25 12:14:59 +0200 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2012-08-25 12:14:59 +0200 |
| commit | d183f0be0bf274390cc38cb44e4fe9bfbf74084e (patch) | |
| tree | b79b60a586dccfbffa62966889c667eeadd8b059 /Doc/tools | |
| parent | cb460b920fb4c3caeec455bfa42542a4a0eec860 (diff) | |
| download | cpython-git-d183f0be0bf274390cc38cb44e4fe9bfbf74084e.tar.gz | |
Update pydoc topics and suspicious markup file.
Diffstat (limited to 'Doc/tools')
| -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 a31e7b153a..7317ca2608 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`" |
