This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2012年09月12日 21:26 by chris.jerdonek, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| issue-15935-1.patch | chris.jerdonek, 2012年09月12日 23:18 | review | ||
| Messages (7) | |||
|---|---|---|---|
| msg170421 - (view) | Author: Chris Jerdonek (chris.jerdonek) * (Python committer) | Date: 2012年09月12日 21:26 | |
This issue is to clarify in the documentation the argparse behavior for which tests were added in issue 15906. The behavior involves when the type callable should be applied to default arguments. See, for example, the following comment for what roughly needs to be added: http://bugs.python.org/issue15906#msg170404 I will provide a patch. |
|||
| msg170424 - (view) | Author: Chris Jerdonek (chris.jerdonek) * (Python committer) | Date: 2012年09月12日 23:18 | |
Attaching patch. |
|||
| msg170428 - (view) | Author: Steven Bethard (bethard) * (Python committer) | Date: 2012年09月13日 08:24 | |
Looks good to me. |
|||
| msg170498 - (view) | Author: Chris Jerdonek (chris.jerdonek) * (Python committer) | Date: 2012年09月15日 01:00 | |
If this looks good, can one of you three (Steven, Barry, or David) commit it in the three branches? |
|||
| msg171281 - (view) | Author: Barry A. Warsaw (barry) * (Python committer) | Date: 2012年09月25日 14:29 | |
Looks good to me too! Thanks; I'll apply the patch. |
|||
| msg171284 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2012年09月25日 14:48 | |
New changeset b624059a8dac by Barry Warsaw in branch '2.7': - Issue #15935: Clarification of argparse docs, re: add_argument() type and http://hg.python.org/cpython/rev/b624059a8dac New changeset b738e42e664a by Barry Warsaw in branch '3.2': - Issue #15935: Clarification of argparse docs, re: add_argument() type and http://hg.python.org/cpython/rev/b738e42e664a |
|||
| msg171285 - (view) | Author: R. David Murray (r.david.murray) * (Python committer) | Date: 2012年09月25日 15:10 | |
FTR, the 3.3 commit is cce2bfe03dc5. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:35 | admin | set | github: 60139 |
| 2012年09月25日 15:10:02 | r.david.murray | set | messages: + msg171285 |
| 2012年09月25日 14:48:55 | barry | set | status: open -> closed resolution: fixed |
| 2012年09月25日 14:48:33 | python-dev | set | nosy:
+ python-dev messages: + msg171284 |
| 2012年09月25日 14:29:34 | barry | set | assignee: docs@python -> barry messages: + msg171281 |
| 2012年09月22日 14:09:35 | chris.jerdonek | set | nosy:
+ ezio.melotti |
| 2012年09月15日 01:00:47 | chris.jerdonek | set | messages: + msg170498 |
| 2012年09月13日 08:24:43 | bethard | set | messages: + msg170428 |
| 2012年09月12日 23:18:44 | chris.jerdonek | set | files:
+ issue-15935-1.patch keywords: + patch messages: + msg170424 |
| 2012年09月12日 21:26:15 | chris.jerdonek | create | |