diff options
author | Ned Deily <nad@python.org> | 2017-09-05 08:34:47 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-05 08:34:47 (GMT) |
commit | 52451fbaaf099e68044e67153c2c3eaa2d71e6e7 (patch) | |
tree | 116bae3e0602116af4c7b53f36564066e2bb192a /Doc/tools | |
parent | fcd97d44382df520e39de477a5ec99dd89c3fda8 (diff) | |
download | cpython-52451fbaaf099e68044e67153c2c3eaa2d71e6e7.zip cpython-52451fbaaf099e68044e67153c2c3eaa2d71e6e7.tar.gz cpython-52451fbaaf099e68044e67153c2c3eaa2d71e6e7.tar.bz2 |
Prevent a few make suspicious warnings. (#3341)
Diffstat (limited to 'Doc/tools')
-rw-r--r-- | Doc/tools/susp-ignored.csv | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/tools/susp-ignored.csv b/Doc/tools/susp-ignored.csv index 393dc6b..7f1f9ea 100644 --- a/Doc/tools/susp-ignored.csv +++ b/Doc/tools/susp-ignored.csv @@ -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,,`,'`' |