This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: optparse's OptionGroup not described
Type: Stage:
Components: Documentation Versions: Python 2.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: akuchling Nosy List: akuchling, paulmelis
Priority: normal Keywords: easy

Created on 2007-10-18 15:46 by paulmelis, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (3)
msg56526 - (view) Author: Paul Melis (paulmelis) Date: 2007-10-18 15:46
The current 2.5 documentation does not seem to describe the OptionGroup
feature of the optparse module.

In 2003 there was a patch submitted that added a section on OptionGroup (
http://bugs.python.org/issue697941). The issue entry mentions it was
accepted, but the current docs do not seem to contain that section.
msg56527 - (view) Author: Paul Melis (paulmelis) Date: 2007-10-18 15:52
It seems it got edited out when the documentation was overhauled for
optik 1.5, in r37468
msg60233 - (view) Author: A.M. Kuchling (akuchling) * (Python committer) Date: 2008-01-19 21:02
Thanks for pointing this out.  I've restored the text to the trunk in 
rev. 60106, and to the 2.5-maint branch in rev. 60107.
History
Date User Action Args
2022-04-11 14:56:27adminsetgithub: 45637
2008-01-19 21:02:39akuchlingsetstatus: open -> closed
resolution: fixed
messages: + msg60233
2008-01-19 20:57:19akuchlingsetassignee: akuchling
nosy: + akuchling
2008-01-15 14:05:51akuchlingsetkeywords: + easy
2007-10-18 15:52:34paulmelissetmessages: + msg56527
2007-10-18 15:46:31paulmeliscreate