[Python-checkins] cpython (2.7): Add suspicious entries for the Python Porting HOWTO recently added

eric.araujo python-checkins at python.org
Tue Aug 30 16:26:27 CEST 2011


http://hg.python.org/cpython/rev/0d7052d89557
changeset:   72135:0d7052d89557
branch:      2.7
parent:      72118:bb7b14dd5ded
user:        Éric Araujo <merwok at netwok.org>
date:        Tue Aug 30 01:39:25 2011 +0200
summary:
  Add suspicious entries for the Python Porting HOWTO recently added

files:
  Doc/tools/sphinxext/susp-ignored.csv |  3 +++
  1 files changed, 3 insertions(+), 0 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
@@ -221,6 +221,9 @@
 whatsnew/2.7,862,:Cookie,"export PYTHONWARNINGS=all,error:::Cookie:0"
 whatsnew/2.7,,::,>>> urlparse.urlparse('http://[1080::8:800:200C:417A]/foo')
 whatsnew/2.7,,::,"ParseResult(scheme='http', netloc='[1080::8:800:200C:417A]',"
+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'
 documenting/markup,33,.. sectionauthor:,.. sectionauthor:: Guido van Rossum <guido at python.org>
 documenting/markup,42,:mod,:mod:`parrot` -- Dead parrot access
 documenting/markup,42,`,:mod:`parrot` -- Dead parrot access

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


More information about the Python-checkins mailing list