[issue1296] optparse's OptionGroup not described

2008-01-19 Thread A.M. Kuchling
A.M. Kuchling added the comment: 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. -- resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]>

[issue1296] optparse's OptionGroup not described

2008-01-19 Thread A.M. Kuchling
Changes by A.M. Kuchling: -- assignee: -> akuchling nosy: +akuchling __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsub

[issue1296] optparse's OptionGroup not described

2008-01-15 Thread A.M. Kuchling
Changes by A.M. Kuchling: -- keywords: +easy __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue1296] optparse's OptionGroup not described

2007-10-18 Thread Paul Melis
Paul Melis added the comment: It seems it got edited out when the documentation was overhauled for optik 1.5, in r37468 __ Tracker <[EMAIL PROTECTED]> __ ___

[issue1296] optparse's OptionGroup not described

2007-10-18 Thread Paul Melis
New submission from Paul Melis: 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