Author: georg.brandl Date: Sat Jul 3 10:42:33 2010 New Revision: 82475 Log: Use internal links. Modified: python/trunk/Doc/whatsnew/2.7.rst Modified: python/trunk/Doc/whatsnew/2.7.rst ============================================================================== --- python/trunk/Doc/whatsnew/2.7.rst (original) +++ python/trunk/Doc/whatsnew/2.7.rst Sat Jul 3 10:42:33 2010 @@ -389,10 +389,10 @@ .. seealso:: - `argparse documentation <http://docs.python.org/dev/library/argparse.html>`__ + :mod:`argparse` documentation The documentation page of the argparse module. - `Upgrading optparse code to use argparse <http://docs.python.org/dev/library/argparse.html#upgrading-optparse-code>`__ + :ref:`argparse-from-optparse` Part of the Python documentation, describing how to convert code that uses :mod:`optparse`.