diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2016-10-26 02:43:41 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2016-10-26 02:43:41 (GMT) |
commit | ec9357b90c00760cfdc019b499fdf63bc98124ae (patch) | |
tree | 1cda1706264dc4676db46964f61a7a297459f867 /Doc/tools/susp-ignored.csv | |
parent | d9aa4d3308fe854e015a1ae3d04cbc20974d27c2 (diff) | |
download | cpython-ec9357b90c00760cfdc019b499fdf63bc98124ae.zip cpython-ec9357b90c00760cfdc019b499fdf63bc98124ae.tar.gz cpython-ec9357b90c00760cfdc019b499fdf63bc98124ae.tar.bz2 |
Ignore harmless suspicious markup
Diffstat (limited to 'Doc/tools/susp-ignored.csv')
-rw-r--r-- | Doc/tools/susp-ignored.csv | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/tools/susp-ignored.csv b/Doc/tools/susp-ignored.csv index 5de55a2..cb01c85 100644 --- a/Doc/tools/susp-ignored.csv +++ b/Doc/tools/susp-ignored.csv @@ -325,3 +325,4 @@ 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 ""`"")." |