diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2016-10-26 02:49:19 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2016-10-26 02:49:19 (GMT) |
commit | 6743999d74ab665c621e003c843bc23692ee969e (patch) | |
tree | 1656d160b5ace0930f0eb9212f6e358e6a01da32 | |
parent | 52e41fdc26cad1c7266bf6f282ad608325ee7aac (diff) | |
download | cpython-6743999d74ab665c621e003c843bc23692ee969e.zip cpython-6743999d74ab665c621e003c843bc23692ee969e.tar.gz cpython-6743999d74ab665c621e003c843bc23692ee969e.tar.bz2 |
Remove unused suspicious rules
-rw-r--r-- | Doc/tools/susp-ignored.csv | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Doc/tools/susp-ignored.csv b/Doc/tools/susp-ignored.csv index cb01c85..01206dc 100644 --- a/Doc/tools/susp-ignored.csv +++ b/Doc/tools/susp-ignored.csv @@ -323,6 +323,4 @@ whatsnew/3.5,,::,>>> addr6 = ipaddress.IPv6Address('::1') whatsnew/3.5,,:root,ERROR:root:exception whatsnew/3.5,,:exception,ERROR:root:exception 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" whatsnew/changelog,,`,"for readability (was ""`"")." |