[issue11699] Doc for optparse.OptionParser.get_option_group is wrong

2011-07-30 Thread Éric Araujo
Changes by Éric Araujo : -- stage: patch review -> committed/rejected ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubsc

[issue11699] Doc for optparse.OptionParser.get_option_group is wrong

2011-07-30 Thread Eli Bendersky
Eli Bendersky added the comment: Done. Petri - thanks for the contribution. -- resolution: -> fixed status: open -> closed ___ Python tracker ___

[issue11699] Doc for optparse.OptionParser.get_option_group is wrong

2011-07-30 Thread Roundup Robot
Roundup Robot added the comment: New changeset cfb60dfa7734 by Eli Bendersky in branch '3.2': Issue #11699: fix documentation of OptionParser.get_option_group. Patch by Petri Lehtinen http://hg.python.org/cpython/rev/cfb60dfa7734 New changeset 27b588dd6155 by Eli Bendersky in branch 'default':

[issue11699] Doc for optparse.OptionParser.get_option_group is wrong

2011-07-30 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5a248fcfa112 by Eli Bendersky in branch '2.7': Issue #11699: fix documentation of OptionParser.get_option_group. Patch by Petri Lehtinen http://hg.python.org/cpython/rev/5a248fcfa112 -- nosy: +python-dev __

[issue11699] Doc for optparse.OptionParser.get_option_group is wrong

2011-07-30 Thread Georg Brandl
Georg Brandl added the comment: It does make sense, please commit. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubs

[issue11699] Doc for optparse.OptionParser.get_option_group is wrong

2011-07-29 Thread Eli Bendersky
Eli Bendersky added the comment: Armin, adding you as the optparse expert - could you see the doc change makes sense? [I will then do the commit work] -- nosy: +aronacher ___ Python tracker _

[issue11699] Doc for optparse.OptionParser.get_option_group is wrong

2011-07-29 Thread Petri Lehtinen
Changes by Petri Lehtinen : Removed file: http://bugs.python.org/file22785/issue11699.patch ___ Python tracker ___ ___ Python-bugs-list mailin

[issue11699] Doc for optparse.OptionParser.get_option_group is wrong

2011-07-29 Thread Petri Lehtinen
Petri Lehtinen added the comment: Updated the patch: - Removed the extra "to" - Changed *None* to ``None`` for conformance with the rest of the file The same patch applies unmodified to 2.7 and 3.2 branches. -- Added file: http://bugs.python.org/file22800/issue11699.patch __

[issue11699] Doc for optparse.OptionParser.get_option_group is wrong

2011-07-29 Thread Éric Araujo
Éric Araujo added the comment: Yep, the “to” is already present before the verb :) I think we mark None as ``None``, not *None*. (If the rest of the file does otherwise, then do that.) -- ___ Python tracker ___

[issue11699] Doc for optparse.OptionParser.get_option_group is wrong

2011-07-29 Thread Eli Bendersky
Eli Bendersky added the comment: Petri, I think the "to" after "belongs" is redundant. Also, the issue lists 3.2 and 3.3 - is the fix relevant there too? If yes, can you prepare a patch for 3.2? (I will merge it to 3.3 too) -- ___ Python tracker

[issue11699] Doc for optparse.OptionParser.get_option_group is wrong

2011-07-29 Thread Eli Bendersky
Changes by Eli Bendersky : -- nosy: +eli.bendersky ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.

[issue11699] Doc for optparse.OptionParser.get_option_group is wrong

2011-07-28 Thread Petri Lehtinen
Changes by Petri Lehtinen : -- stage: -> patch review ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://m

[issue11699] Doc for optparse.OptionParser.get_option_group is wrong

2011-07-28 Thread Petri Lehtinen
Petri Lehtinen added the comment: Attached a patch for 2.7. -- keywords: +easy, needs review, patch nosy: +petri.lehtinen versions: -Python 3.1 Added file: http://bugs.python.org/file22785/issue11699.patch ___ Python tracker

[issue11699] Doc for optparse.OptionParser.get_option_group is wrong

2011-05-28 Thread Adam Woodbeck
Changes by Adam Woodbeck : -- nosy: +adam.woodbeck ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.

[issue11699] Doc for optparse.OptionParser.get_option_group is wrong

2011-04-01 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- title: Documentation for get_option_group is wrong -> Doc for optparse.OptionParser.get_option_group is wrong ___ Python tracker ___ _