Issue 1415508: optparse enable_interspersed_args disable_interspersed_args (original) (raw)

Issue1415508

Created on 2006-01-26 16:00 by rockyb, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
optparse-interspersed.diff rockyb,2006-01-26 16:00
Messages (3)
msg49414 - (view) Author: Rocky Bernstein (rockyb) Date: 2006-01-26 16:00
This patch documents that behavior of optparse's enable_interspersed_args and disable_interspersed_args methods by adding docstrings to the methods and by adding information in the Python Library Reference.
msg73953 - (view) Author: A.M. Kuchling (akuchling) * (Python committer) Date: 2008-09-28 01:11
Added to the documentation in rev. 66663; thanks for your patch! Barry, there's also a patch adding two docstrings to optparse.py. Is it OK to add docstrings at the rc level, or should I wait until the trunk is re-opened for 2.7? (Actually, I have a few unrelated docstring changes?)
msg74332 - (view) Author: A.M. Kuchling (akuchling) * (Python committer) Date: 2008-10-05 01:07
Docstring portion of the patch applied to the trunk in rev. 66804; the change will appear in Python 2.6.1 and 2.7. Thanks!
History
Date User Action Args
2022-04-11 14:56:15 admin set github: 42841
2008-10-05 01:07:12 akuchling set status: open -> closedresolution: acceptedmessages: +
2008-09-28 01:17:18 akuchling set assignee: gward -> akuchling
2008-09-28 01:11:28 akuchling set nosy: + barry, akuchlingmessages: +
2006-01-26 16:00:42 rockyb create