Issue #21569: merge from 3.4

This commit is contained in:
Nick Coghlan 2014-06-09 13:30:33 +10:00
commit 9f488512a8

View file

@ -437,7 +437,7 @@ standard input or output.
:mod:`argparse` documentation :mod:`argparse` documentation
The documentation page of the argparse module. The documentation page of the argparse module.
:ref:`argparse-from-optparse` :ref:`upgrading-optparse-code`
Part of the Python documentation, describing how to convert Part of the Python documentation, describing how to convert
code that uses :mod:`optparse`. code that uses :mod:`optparse`.