Add suspicious entries for the Python Porting HOWTO recently added

This commit is contained in:
Éric Araujo 2011-08-30 01:39:25 +02:00
parent 66e53c70d7
commit ecbb7a9423
1 changed files with 3 additions and 0 deletions

View File

@ -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

1 c-api/arg :ref PyArg_ParseTuple(args, "O|O:ref", &object, &callback)
221 whatsnew/2.7 862 :Cookie export PYTHONWARNINGS=all,error:::Cookie:0
222 whatsnew/2.7 :: >>> urlparse.urlparse('http://[1080::8:800:200C:417A]/foo')
223 whatsnew/2.7 :: ParseResult(scheme='http', netloc='[1080::8:800:200C:417A]',
224 howto/pyporting 75 :: # make sure to use :: Python *and* :: Python :: 3 so
225 howto/pyporting 75 :: 'Programming Language :: Python',
226 howto/pyporting 75 :: 'Programming Language :: Python :: 3'
227 documenting/markup 33 .. sectionauthor: .. sectionauthor:: Guido van Rossum <guido@python.org>
228 documenting/markup 42 :mod :mod:`parrot` -- Dead parrot access
229 documenting/markup 42 ` :mod:`parrot` -- Dead parrot access