Update pydoc topics and suspicious markup file.

This commit is contained in:
Georg Brandl 2012-08-25 12:14:59 +02:00
parent cb460b920f
commit d183f0be0b
2 changed files with 10 additions and 9 deletions

View File

@ -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`"

1 c-api/arg :ref PyArg_ParseTuple(args, "O|O:ref", &object, &callback)
262 library/stdtypes :: >>> hash(v[::-2]) == hash(b'abcefg'[::-2])
263 library/stdtypes :len s[len(s):len(s)]
264 library/stdtypes :: >>> y = m[::2]
265 library/stdtypes :: >>> z = y[::-2]
266 library/string :end s[start:end]
267 library/subprocess ` output=`dmesg | grep hda`
268 library/subprocess ` output=`mycmd myarg`

File diff suppressed because one or more lines are too long