[issue1665333] Documentation missing for OptionGroup class in optparse

2011-03-28 Thread Weeble
Weeble added the comment: I think the documentation for get_option_group is not right. I've created a new bug: http://bugs.python.org/issue11699 -- nosy: +weeble ___ Python tracker _

[issue1665333] Documentation missing for OptionGroup class in optparse

2011-01-02 Thread Georg Brandl
Georg Brandl added the comment: Looks good, applied in r87627 (after removing stray tabs). -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker _

[issue1665333] Documentation missing for OptionGroup class in optparse

2011-01-02 Thread Sandro Tosi
Sandro Tosi added the comment: Could someone give a look to this patch? I can work on fixing the missing stuff (if any :)). -- stage: -> patch review ___ Python tracker ___

[issue1665333] Documentation missing for OptionGroup class in optparse

2010-11-12 Thread A.M. Kuchling
Changes by A.M. Kuchling : -- assignee: akuchling -> ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://

[issue1665333] Documentation missing for OptionGroup class in optparse

2010-09-28 Thread Sandro Tosi
Sandro Tosi added the comment: sorry, I forgot to wrap at column 80, this patch just changes that. -- Added file: http://bugs.python.org/file19052/issue1665333-py3k-v2.patch ___ Python tracker __

[issue1665333] Documentation missing for OptionGroup class in optparse

2010-09-28 Thread Sandro Tosi
Sandro Tosi added the comment: Hello, attached is a patch to improve the OptionGroup documentation. I've also changed usage->Usage and options->Options in the examples output, since now the code tries to guess the lower case word and rewrites with the capitalized one. I'm willing to improve t

[issue1665333] Documentation missing for OptionGroup class in optparse

2010-09-27 Thread Sandro Tosi
Sandro Tosi added the comment: I will work on it, it noone objects. Cheers, Sandro -- nosy: +sandro.tosi ___ Python tracker ___ __

[issue1665333] Documentation missing for OptionGroup class in optparse

2010-09-16 Thread Éric Araujo
Éric Araujo added the comment: Adding docs@ to nosy. amk: Please reassign to docs@ if you don’t intend to work on this. -- nosy: +d...@python, eric.araujo versions: +Python 3.1, Python 3.2 ___ Python tracker __

[issue1665333] Documentation missing for OptionGroup class in optparse

2010-09-16 Thread Mark Lawrence
Mark Lawrence added the comment: Should this be left with AMK or should it be reassigned to d...@python? -- nosy: +BreamoreBoy ___ Python tracker ___ _

[issue1665333] Documentation missing for OptionGroup class in optparse

2008-11-13 Thread A.M. Kuchling
A.M. Kuchling <[EMAIL PROTECTED]> added the comment: Re-opening, since Optik is no longer externally maintained. -- assignee: -> akuchling nosy: +akuchling resolution: invalid -> status: closed -> open title: Documentation missing for OptionGroup class in optparse -> Documentation mi