[Python-checkins] cpython (2.7): Update suspicious ignore file.

georg.brandl python-checkins at python.org
Fri Mar 28 20:07:45 CET 2014


http://hg.python.org/cpython/rev/3567d7ebd382
changeset:   90010:3567d7ebd382
branch:      2.7
parent:      90005:f551740c26b6
user:        Georg Brandl <georg at python.org>
date:        Fri Mar 28 20:07:35 2014 +0100
summary:
  Update suspicious ignore file.

files:
  Doc/tools/sphinxext/susp-ignored.csv |  5 ++---
  1 files changed, 2 insertions(+), 3 deletions(-)


diff --git a/Doc/tools/sphinxext/susp-ignored.csv b/Doc/tools/sphinxext/susp-ignored.csv
--- a/Doc/tools/sphinxext/susp-ignored.csv
+++ b/Doc/tools/sphinxext/susp-ignored.csv
@@ -43,9 +43,8 @@
 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 at password:example.com"""

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list