mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Fix 'make suspicious' for the itertools module (GH-24097)
This commit is contained in:
parent
c8a87addb1
commit
de833b6013
1 changed files with 1 additions and 0 deletions
|
@ -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]
|
||||
|
|
|
Loading…
Add table
Add a link
Reference in a new issue