diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2016-09-09 22:46:14 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2016-09-09 22:46:14 (GMT) |
commit | 12aeb78fd2b828f35d6c3b90915e84e46d2dee83 (patch) | |
tree | 53b506bb0c536621279a5349dedfcbf01e1fb41a | |
parent | 5daba1a59ac0e95d787045f0cebaddf916d0f6ae (diff) | |
download | cpython-12aeb78fd2b828f35d6c3b90915e84e46d2dee83.zip cpython-12aeb78fd2b828f35d6c3b90915e84e46d2dee83.tar.gz cpython-12aeb78fd2b828f35d6c3b90915e84e46d2dee83.tar.bz2 |
Fix suspicious markup
-rw-r--r-- | Doc/tools/susp-ignored.csv | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/tools/susp-ignored.csv b/Doc/tools/susp-ignored.csv index afe3fad..7daa551 100644 --- a/Doc/tools/susp-ignored.csv +++ b/Doc/tools/susp-ignored.csv @@ -297,3 +297,7 @@ 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/3.6,140,`,1000000000000000` +whatsnew/changelog,998,:version,import sys; I = version[:version.index(' ')] +whatsnew/changelog,6416,:gz,": TarFile opened with external fileobj and ""w:gz"" mode didn't" +whatsnew/changelog,8023,::,": Use ""127.0.0.1"" or ""::1"" instead of ""localhost"" as much as" |