Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit db3f318

Browse files
committed
Doc: updadate suspicious ignore rules
1 parent 2ae7d68 commit db3f318

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

Doc/tools/susp-ignored.csv

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ library/ipaddress,,:db8,>>> ipaddress.IPv6Address('2001:db8::1000')
122122
library/ipaddress,,::,>>> ipaddress.IPv6Address('2001:db8::1000')
123123
library/ipaddress,,:db8,IPv6Address('2001:db8::1000')
124124
library/ipaddress,,::,IPv6Address('2001:db8::1000')
125+
library/ipaddress,,:db8,">>> ipaddress.ip_address(""2001:db8::1"").reverse_pointer"
126+
library/ipaddress,,::,">>> ipaddress.ip_address(""2001:db8::1"").reverse_pointer"
125127
library/ipaddress,,::,"""::abc:7:def"""
126128
library/ipaddress,,:def,"""::abc:7:def"""
127129
library/ipaddress,,::,::FFFF/96
@@ -256,11 +258,11 @@ whatsnew/2.4,,:System,
256258
whatsnew/2.5,,:memory,:memory:
257259
whatsnew/2.5,,:step,[start:stop:step]
258260
whatsnew/2.5,,:stop,[start:stop:step]
259-
whatsnew/2.7,1619,::,"ParseResult(scheme='http', netloc='[1080::8:800:200C:417A]',"
260-
whatsnew/2.7,1619,::,>>> urlparse.urlparse('http://[1080::8:800:200C:417A]/foo')
261-
whatsnew/2.7,735,:Sunday,'2009:4:Sunday'
262-
whatsnew/2.7,862,:Cookie,"export PYTHONWARNINGS=all,error:::Cookie:0"
263-
whatsnew/2.7,862,::,"export PYTHONWARNINGS=all,error:::Cookie:0"
261+
whatsnew/2.7,,::,"ParseResult(scheme='http', netloc='[1080::8:800:200C:417A]',"
262+
whatsnew/2.7,,::,>>> urlparse.urlparse('http://[1080::8:800:200C:417A]/foo')
263+
whatsnew/2.7,,:Sunday,'2009:4:Sunday'
264+
whatsnew/2.7,,:Cookie,"export PYTHONWARNINGS=all,error:::Cookie:0"
265+
whatsnew/2.7,,::,"export PYTHONWARNINGS=all,error:::Cookie:0"
264266
whatsnew/3.2,,:affe,"netloc='[dead:beef:cafe:5417:affe:8FA3:deaf:feed]',"
265267
whatsnew/3.2,,:affe,>>> urllib.parse.urlparse('http://[dead:beef:cafe:5417:affe:8FA3:deaf:feed]/foo/')
266268
whatsnew/3.2,,:beef,"netloc='[dead:beef:cafe:5417:affe:8FA3:deaf:feed]',"

0 commit comments

Comments
 (0)