]> granicus.if.org Git - python/commitdiff
Fix markup error and update suspicious ignores.
authorGeorg Brandl <georg@python.org>
Sun, 13 Feb 2011 09:59:39 +0000 (09:59 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 13 Feb 2011 09:59:39 +0000 (09:59 +0000)
Doc/howto/pyporting.rst
Doc/tools/sphinxext/susp-ignored.csv

index fc08d18a90f20b3e65df802ad647c21b6839b8c9..fb595d0eb4cc111252504cb279dd263f833de6c7 100644 (file)
@@ -557,11 +557,11 @@ For distutils, use the following idiom::
    except ImportError:  # Python 2
      from distutils.command.build_py import build_py
 
-   setup(cmdclass = {'build_py':build_py},
+   setup(cmdclass = {'build_py': build_py},
      # ...
    )
 
-   For Distribute::
+For Distribute::
 
    setup(use_2to3=True,
      # ...
index abd855daa48b86775b17a01e6017c8cd86a887c5..dedd25b4669a12a14f03d7f3c731641264c41e91 100644 (file)
@@ -383,3 +383,20 @@ whatsnew/3.2,2102,:cafe,"netloc='[dead:beef:cafe:5417:affe:8FA3:deaf:feed]',"
 whatsnew/3.2,2102,:affe,"netloc='[dead:beef:cafe:5417:affe:8FA3:deaf:feed]',"
 whatsnew/3.2,2102,:deaf,"netloc='[dead:beef:cafe:5417:affe:8FA3:deaf:feed]',"
 whatsnew/3.2,2102,:feed,"netloc='[dead:beef:cafe:5417:affe:8FA3:deaf:feed]',"
+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'
+whatsnew/3.2,1419,:gz,">>> with tarfile.open(name='myarchive.tar.gz', mode='w:gz') as tf:"
+whatsnew/3.2,2135,:directory,${buildout:directory}/downloads/dist
+whatsnew/3.2,2135,:location,zope9-location = ${zope9:location}
+whatsnew/3.2,2135,:prefix,zope-conf = ${custom:prefix}/etc/zope.conf
+whatsnew/3.2,2178,:beef,>>> urllib.parse.urlparse('http://[dead:beef:cafe:5417:affe:8FA3:deaf:feed]/foo/')
+whatsnew/3.2,2178,:cafe,>>> urllib.parse.urlparse('http://[dead:beef:cafe:5417:affe:8FA3:deaf:feed]/foo/')
+whatsnew/3.2,2178,:affe,>>> urllib.parse.urlparse('http://[dead:beef:cafe:5417:affe:8FA3:deaf:feed]/foo/')
+whatsnew/3.2,2178,:deaf,>>> urllib.parse.urlparse('http://[dead:beef:cafe:5417:affe:8FA3:deaf:feed]/foo/')
+whatsnew/3.2,2178,:feed,>>> urllib.parse.urlparse('http://[dead:beef:cafe:5417:affe:8FA3:deaf:feed]/foo/')
+whatsnew/3.2,2178,:beef,"netloc='[dead:beef:cafe:5417:affe:8FA3:deaf:feed]',"
+whatsnew/3.2,2178,:cafe,"netloc='[dead:beef:cafe:5417:affe:8FA3:deaf:feed]',"
+whatsnew/3.2,2178,:affe,"netloc='[dead:beef:cafe:5417:affe:8FA3:deaf:feed]',"
+whatsnew/3.2,2178,:deaf,"netloc='[dead:beef:cafe:5417:affe:8FA3:deaf:feed]',"
+whatsnew/3.2,2178,:feed,"netloc='[dead:beef:cafe:5417:affe:8FA3:deaf:feed]',"