diff options
author | Éric Araujo <merwok@netwok.org> | 2011-08-30 01:39:25 +0200 |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-08-30 01:39:25 +0200 |
commit | ecbb7a9423795871e0fd09b790d7fdf603766675 (patch) | |
tree | 4d41e1987dd8fbfe4343b79d2a931099c76cb6d3 | |
parent | 66e53c70d79dc4ddff8066f2351cd7e085c1a16b (diff) | |
download | cpython-git-ecbb7a9423795871e0fd09b790d7fdf603766675.tar.gz |
Add suspicious entries for the Python Porting HOWTO recently added
-rw-r--r-- | 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 index 1804988921..e82a82bf0f 100644 --- a/Doc/tools/sphinxext/susp-ignored.csv +++ b/Doc/tools/sphinxext/susp-ignored.csv @@ -221,6 +221,9 @@ whatsnew/2.7,862,::,"export PYTHONWARNINGS=all,error:::Cookie:0" 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@python.org> documenting/markup,42,:mod,:mod:`parrot` -- Dead parrot access documenting/markup,42,`,:mod:`parrot` -- Dead parrot access |