diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2016-09-10 00:47:38 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2016-09-10 00:47:38 (GMT) |
commit | b44acebc7bdde44dc1f952a8fa498a155a35e509 (patch) | |
tree | b5e1ac9a656607c064d8690b4f4757f1d221810e /Doc/tools | |
parent | dec2df3df321c3d6bed045d3125564006942b3d9 (diff) | |
download | cpython-b44acebc7bdde44dc1f952a8fa498a155a35e509.zip cpython-b44acebc7bdde44dc1f952a8fa498a155a35e509.tar.gz cpython-b44acebc7bdde44dc1f952a8fa498a155a35e509.tar.bz2 |
Actually fix suspicious markup, I ignored it too readily
Diffstat (limited to 'Doc/tools')
-rw-r--r-- | Doc/tools/susp-ignored.csv | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/tools/susp-ignored.csv b/Doc/tools/susp-ignored.csv index 46ecee4..e73af8c 100644 --- a/Doc/tools/susp-ignored.csv +++ b/Doc/tools/susp-ignored.csv @@ -297,7 +297,6 @@ 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,,`,1000000000000000` whatsnew/changelog,,:version,import sys; I = version[:version.index(' ')] whatsnew/changelog,,:gz,": TarFile opened with external fileobj and ""w:gz"" mode didn't" whatsnew/changelog,,::,": Use ""127.0.0.1"" or ""::1"" instead of ""localhost"" as much as" |