diff options
author | Georg Brandl <georg@python.org> | 2010-07-03 08:42:33 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-07-03 08:42:33 (GMT) |
commit | 2e9d4885ced6d18c235b01619da40a120da5919c (patch) | |
tree | 927be26a4b0d21d925be360be633df6405167f7b /Doc/whatsnew | |
parent | b550b000bb089a8cf036a3b144439571d1e462e0 (diff) | |
download | cpython-2e9d4885ced6d18c235b01619da40a120da5919c.zip cpython-2e9d4885ced6d18c235b01619da40a120da5919c.tar.gz cpython-2e9d4885ced6d18c235b01619da40a120da5919c.tar.bz2 |
Use internal links.
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/2.7.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/whatsnew/2.7.rst b/Doc/whatsnew/2.7.rst index 9b7dc87..07f474d 100644 --- a/Doc/whatsnew/2.7.rst +++ b/Doc/whatsnew/2.7.rst @@ -389,10 +389,10 @@ standard input or output. .. 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`. |