From: Georg Brandl Date: Sat, 3 Jul 2010 08:42:33 +0000 (+0000) Subject: Use internal links. X-Git-Tag: v2.7~14 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2e9d4885ced6d18c235b01619da40a120da5919c;p=python Use internal links. --- diff --git a/Doc/whatsnew/2.7.rst b/Doc/whatsnew/2.7.rst index 9b7dc87553..07f474ddfb 100644 --- a/Doc/whatsnew/2.7.rst +++ b/Doc/whatsnew/2.7.rst @@ -389,10 +389,10 @@ standard input or output. .. seealso:: - `argparse documentation `__ + :mod:`argparse` documentation The documentation page of the argparse module. - `Upgrading optparse code to use argparse `__ + :ref:`argparse-from-optparse` Part of the Python documentation, describing how to convert code that uses :mod:`optparse`.