Skip to content

Commit

Permalink
Prevent a few make suspicious warnings. (python#3341)
Browse files Browse the repository at this point in the history
  • Loading branch information
ned-deily authored Sep 5, 2017
1 parent fcd97d4 commit 52451fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Doc/tools/susp-ignored.csv
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,8 @@ whatsnew/3.5,,:warning,'WARNING:root:warning\n'
whatsnew/3.5,,::,>>> addr6 = ipaddress.IPv6Address('::1')
whatsnew/3.5,,:root,ERROR:root:exception
whatsnew/3.5,,:exception,ERROR:root:exception
whatsnew/changelog,,`,'`'
whatsnew/changelog,,:end,str[start:end]
library/binascii,,`,'`'
library/uu,,`,'`'
whatsnew/3.7,,`,'`'

0 comments on commit 52451fb

Please sign in to comment.