mirror of https://github.com/python/cpython
Issue #29062: Doc: Fix make suspicious
This commit is contained in:
commit
f25dec904c
|
@ -130,10 +130,10 @@ library/exceptions,,:err,err.object[err.start:err.end]
|
|||
library/functions,,:step,a[start:stop:step]
|
||||
library/functions,,:stop,"a[start:stop, i]"
|
||||
library/functions,,:stop,a[start:stop:step]
|
||||
library/hashlib-blake2,,:vatrogasac,>>> cookie = b'user:vatrogasac'
|
||||
library/hashlib-blake2,,:vatrogasac,"user:vatrogasac,349cf904533767ed2d755279a8df84d0"
|
||||
library/hashlib-blake2,,:policajac,">>> compare_digest(b'user:policajac', sig)"
|
||||
library/hashlib-blake2,,:LEAF,"h00 = blake2b(buf[0:LEAF_SIZE], fanout=FANOUT, depth=DEPTH,"
|
||||
library/hashlib,,:vatrogasac,>>> cookie = b'user:vatrogasac'
|
||||
library/hashlib,,:vatrogasac,"user:vatrogasac,349cf904533767ed2d755279a8df84d0"
|
||||
library/hashlib,,:policajac,">>> compare_digest(b'user:policajac', sig)"
|
||||
library/hashlib,,:LEAF,"h00 = blake2b(buf[0:LEAF_SIZE], fanout=FANOUT, depth=DEPTH,"
|
||||
library/http.client,,:port,host:port
|
||||
library/http.cookies,,`,!#$%&'*+-.^_`|~:
|
||||
library/imaplib,,:MM,"""DD-Mmm-YYYY HH:MM:SS"
|
||||
|
|
|
Loading…
Reference in New Issue