From 0913bff8bc42f75fd971e56270866751ead144d4 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Fri, 28 Mar 2014 20:07:35 +0100 Subject: [PATCH] Update suspicious ignore file. --- Doc/tools/sphinxext/susp-ignored.csv | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Doc/tools/sphinxext/susp-ignored.csv b/Doc/tools/sphinxext/susp-ignored.csv index 2d964a4536..dc719e5006 100644 --- a/Doc/tools/sphinxext/susp-ignored.csv +++ b/Doc/tools/sphinxext/susp-ignored.csv @@ -43,9 +43,8 @@ howto/logging,,:And,"WARNING:And this, too" howto/logging,,:logger,severity:logger name:message howto/logging,,:message,severity:logger name:message howto/logging,,:This,DEBUG:root:This message should go to the log file -howto/pyporting,75,::,# make sure to use :: Python *and* :: Python :: 3 so -howto/pyporting,75,::,"'Programming Language :: Python'," -howto/pyporting,75,::,'Programming Language :: Python :: 3' +howto/pyporting,,::,Programming Language :: Python :: 2 +howto/pyporting,,::,Programming Language :: Python :: 3 howto/regex,,::, howto/regex,,:foo,(?:foo) howto/urllib2,,:example,"for example ""joe@password:example.com""" -- 2.50.1