diff options
author | Georg Brandl <georg@python.org> | 2010-07-03 08:42:33 +0000 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-07-03 08:42:33 +0000 |
commit | 2e9d4885ced6d18c235b01619da40a120da5919c (patch) | |
tree | 927be26a4b0d21d925be360be633df6405167f7b | |
parent | b550b000bb089a8cf036a3b144439571d1e462e0 (diff) | |
download | cpython-git-2e9d4885ced6d18c235b01619da40a120da5919c.tar.gz |
Use internal links.
-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 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 <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`. |