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.

Author lunar_yorn
Recipients
Date 2007-02-21.15:40:20
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Python seems to lack documentation for the OptionGroup class and related methods in the optparse modul.

In detail documentation of the following classes and methods in optparse is missing:

- OptionGroup
- OptionParser.add_option_group
- OptionParser.get_option_group

These classes and methods also lack docstrings.

I found this in Python 2.4.4c1 which comes with Ubuntu 6.10 Edgy. It seems, that Python 2.5 on Ubuntu Edgy also suffers from this bug.
History
Date User Action Args
2007-08-23 14:52:02adminlinkissue1665333 messages
2007-08-23 14:52:02admincreate