[issue8158] documentation of 'optparse' module incomplete

2010-11-19 Thread Éric Araujo
Changes by Éric Araujo : -- keywords: +easy nosy: +d...@python -georg.brandl versions: -Python 2.6 ___ Python tracker ___ ___ Python-b

[issue8158] documentation of 'optparse' module incomplete

2010-09-27 Thread Sandro Tosi
Sandro Tosi added the comment: Sorry, I probably overlooked at the situation. After a quick chat with Antoine on IRC, it's clear optparse is here to stay for all the lifetime of 2.7 (quite a long and prosper, we hope :) so yes, it's worth work on its documentation, hence I'll start preparing

[issue8158] documentation of 'optparse' module incomplete

2010-09-27 Thread Sandro Tosi
Sandro Tosi added the comment: Hello, since 2.7 optparse is deprecated in favor of argparse: is this bug still worth to be fixed? If so, I can work on a patch for the doc. Regards, Sandro -- nosy: +sandro.tosi ___ Python tracker

[issue8158] documentation of 'optparse' module incomplete

2010-03-29 Thread Senthil Kumaran
Changes by Senthil Kumaran : -- nosy: +orsenthil ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyt

[issue8158] documentation of 'optparse' module incomplete

2010-03-23 Thread R. David Murray
R. David Murray added the comment: Senthil documented epilog in issue 8209. -- ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue8158] documentation of 'optparse' module incomplete

2010-03-16 Thread R. David Murray
R. David Murray added the comment: Would you care to submit a patch? The docs are in the svn repository in the 'Doc' subdirectory. See http://www.python.org/dev for how to get a checkout and create a patch. That said, note that 2.7/3.2 will have argparse, which is pretty much a superset of

[issue8158] documentation of 'optparse' module incomplete

2010-03-16 Thread Brian Curtin
Changes by Brian Curtin : -- priority: -> normal stage: -> needs patch type: -> behavior versions: +Python 3.1 ___ Python tracker ___ __

[issue8158] documentation of 'optparse' module incomplete

2010-03-16 Thread Simon Anders
New submission from Simon Anders : The class optparse.OptionParser supports a number of useful keyword arguments to the initializer, which are not documented in the Python Standard Library documentation, here: http://docs.python.org/library/optparse.html This is a bit unfortunate. For example,