[Python-checkins] r79331 - in python/branches/release26-maint: Doc/library/optparse.rst

senthil.kumaran python-checkins at python.org
Tue Mar 23 09:57:00 CET 2010


Author: senthil.kumaran
Date: Tue Mar 23 09:57:00 2010
New Revision: 79331

Log:
Merged revisions 79329 via svnmerge from 
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r79329 | senthil.kumaran | 2010-03-23 14:16:31 +0530 (Tue, 23 Mar 2010) | 2 lines
  
  Fixed Issue8209 - OptionParser keyword arg 'epilog' not mentioned in the docs
........


Modified:
   python/branches/release26-maint/   (props changed)
   python/branches/release26-maint/Doc/library/optparse.rst

Modified: python/branches/release26-maint/Doc/library/optparse.rst
==============================================================================
--- python/branches/release26-maint/Doc/library/optparse.rst	(original)
+++ python/branches/release26-maint/Doc/library/optparse.rst	Tue Mar 23 09:57:00 2010
@@ -767,7 +767,8 @@
       The string to use when expanding ``"%prog"`` in ``usage`` and ``version``
       instead of ``os.path.basename(sys.argv[0])``.
 
-
+   ``epilog`` (default: ``None``)
+      A paragraph of help text to print after the option help.
 
 .. _optparse-populating-parser:
 


More information about the Python-checkins mailing list