Browse Source
Fix 'make suspicious' for the itertools module (GH-24097)
pull/24101/head
Pablo Galindo
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
Doc/tools/susp-ignored.csv
|
|
|
@ -168,6 +168,7 @@ library/ipaddress,,::,2001:db00::0/24 |
|
|
|
library/ipaddress,,:db00,2001:db00::0/ffff:ff00:: |
|
|
|
library/ipaddress,,::,2001:db00::0/ffff:ff00:: |
|
|
|
library/itertools,,:step,elements from seq[start:stop:step] |
|
|
|
library/itertools,,::,kernel = tuple(kernel)[::-1] |
|
|
|
library/itertools,,:stop,elements from seq[start:stop:step] |
|
|
|
library/logging.handlers,,:port,host:port |
|
|
|
library/mmap,,:i2,obj[i1:i2] |
|
|
|
|