[issue8158] Docstring of optparse.OptionParser incomplete

2011-05-04 Thread R. David Murray

R. David Murray  added the comment:

Thanks everyone.

--
resolution:  -> fixed
stage: needs patch -> committed/rejected
status: open -> closed
versions: +Python 3.3

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue8158] Docstring of optparse.OptionParser incomplete

2011-05-04 Thread Roundup Robot

Roundup Robot  added the comment:

New changeset c13d2552eb51 by R David Murray in branch '2.7':
#8158: add missing 'description' description to optparse docstring.
http://hg.python.org/cpython/rev/c13d2552eb51

New changeset f559b88bcaa0 by R David Murray in branch '3.1':
#8158: add missing 'description' description to optparse docstring.
http://hg.python.org/cpython/rev/f559b88bcaa0

New changeset b4b0a1458638 by R David Murray in branch '3.2':
Merge #8158: add missing 'description' description to optparse docstring.
http://hg.python.org/cpython/rev/b4b0a1458638

New changeset 2a403afc4a76 by R David Murray in branch 'default':
Merge #8158: add missing 'description' description to optparse docstring.
http://hg.python.org/cpython/rev/2a403afc4a76

--
nosy: +python-dev

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue8158] Docstring of optparse.OptionParser incomplete

2011-05-04 Thread Bryce Verdier

Bryce Verdier  added the comment:

Applied patch cleanly. Also the description reads clearly and makes sense.

--
nosy: +louiscipher

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue8158] Docstring of optparse.OptionParser incomplete

2011-03-30 Thread Jeff Ramnani

Jeff Ramnani  added the comment:

Attaching the same patch for 2.7.

--
Added file: http://bugs.python.org/file21487/issue8151-2.7.patch

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue8158] Docstring of optparse.OptionParser incomplete

2011-03-30 Thread Jeff Ramnani

Jeff Ramnani  added the comment:

You are correct.

I have added 'description' to the docstring of the OptionParser class for 2.7 
and default (python3 tip).

Here is the patch for python3 tip.

--
keywords: +patch
Added file: http://bugs.python.org/file21486/issue8151-default.patch

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue8158] Docstring of optparse.OptionParser incomplete

2011-03-14 Thread R. David Murray

R. David Murray  added the comment:

It looks to me like description is still missing from the docstring, at least 
on python3 tip.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue8158] Docstring of optparse.OptionParser incomplete

2011-03-14 Thread Jeff Ramnani

Jeff Ramnani  added the comment:

I've read through the doc and the code.  All keyword arguments for 
OptionParser.__init__() are in the documentation for branches 2.7 and default 
(as of ecc176488349).

Does that mean this issue can be closed?

--
nosy: +jramnani

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue8158] Docstring of optparse.OptionParser incomplete

2010-11-19 Thread Éric Araujo

Changes by Éric Araujo :


--
title: documentation of 'optparse' module incomplete -> Docstring of 
optparse.OptionParser incomplete

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com