Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Commit 2e1b6ea

Browse files
committed
Issue python#29062: Doc: Fix make suspicious
1 parent 674b099 commit 2e1b6ea

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Doc/tools/susp-ignored.csv

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,10 +130,10 @@ library/exceptions,,:err,err.object[err.start:err.end]
130130
library/functions,,:step,a[start:stop:step]
131131
library/functions,,:stop,"a[start:stop, i]"
132132
library/functions,,:stop,a[start:stop:step]
133-
library/hashlib-blake2,,:vatrogasac,>>> cookie = b'user:vatrogasac'
134-
library/hashlib-blake2,,:vatrogasac,"user:vatrogasac,349cf904533767ed2d755279a8df84d0"
135-
library/hashlib-blake2,,:policajac,">>> compare_digest(b'user:policajac', sig)"
136-
library/hashlib-blake2,,:LEAF,"h00 = blake2b(buf[0:LEAF_SIZE], fanout=FANOUT, depth=DEPTH,"
133+
library/hashlib,,:vatrogasac,>>> cookie = b'user:vatrogasac'
134+
library/hashlib,,:vatrogasac,"user:vatrogasac,349cf904533767ed2d755279a8df84d0"
135+
library/hashlib,,:policajac,">>> compare_digest(b'user:policajac', sig)"
136+
library/hashlib,,:LEAF,"h00 = blake2b(buf[0:LEAF_SIZE], fanout=FANOUT, depth=DEPTH,"
137137
library/http.client,,:port,host:port
138138
library/http.cookies,,`,!#$%&'*+-.^_`|~:
139139
library/imaplib,,:MM,"""DD-Mmm-YYYY HH:MM:SS"

0 commit comments

Comments
 (0)