Prevent a few make suspicious warnings. (#3341)

This commit is contained in:
Ned Deily 2017-09-05 01:34:47 -07:00 committed by GitHub
parent fcd97d4438
commit 52451fbaaf
1 changed files with 2 additions and 0 deletions

View File

@ -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,,`,'`'

1 c-api/arg :ref PyArg_ParseTuple(args, "O|O:ref", &object, &callback)
325 whatsnew/3.5 :: >>> addr6 = ipaddress.IPv6Address('::1')
326 whatsnew/3.5 :root ERROR:root:exception
327 whatsnew/3.5 :exception ERROR:root:exception
328 whatsnew/changelog ` '`'
329 whatsnew/changelog :end str[start:end]
330 library/binascii ` '`'
331 library/uu ` '`'
332 whatsnew/3.7 ` '`'