[Python-checkins] r77092 - python/trunk/Doc/library/optparse.rst

georg.brandl python-checkins at python.org
Mon Dec 28 09:48:24 CET 2009


Author: georg.brandl
Date: Mon Dec 28 09:48:24 2009
New Revision: 77092

Log:
#7404: remove reference to non-existing example files.

Modified:
   python/trunk/Doc/library/optparse.rst

Modified: python/trunk/Doc/library/optparse.rst
==============================================================================
--- python/trunk/Doc/library/optparse.rst	(original)
+++ python/trunk/Doc/library/optparse.rst	Mon Dec 28 09:48:24 2009
@@ -157,9 +157,7 @@
    an option that must be supplied on the command-line; note that the phrase
    "required option" is self-contradictory in English.  :mod:`optparse` doesn't
    prevent you from implementing required options, but doesn't give you much
-   help at it either.  See ``examples/required_1.py`` and
-   ``examples/required_2.py`` in the :mod:`optparse` source distribution for two
-   ways to implement required options with :mod:`optparse`.
+   help at it either.
 
 For example, consider this hypothetical command-line::
 


More information about the Python-checkins mailing list