Skip to content

Commit

Permalink
Fix 'make suspicious' for the itertools module (GH-24097)
Browse files Browse the repository at this point in the history
  • Loading branch information
pablogsal authored Jan 4, 2021
1 parent c8a87ad commit de833b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Doc/tools/susp-ignored.csv
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit de833b6

Please sign in to comment.