mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Update pydoc topics and suspicious markup file.
This commit is contained in:
parent
cb460b920f
commit
d183f0be0b
2 changed files with 10 additions and 9 deletions
|
@ -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`"
|
||||
|
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue