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 2009年02月04日 20:17 by adamvan, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Messages (2) | |||
|---|---|---|---|
| msg81154 - (view) | Author: Adam Vandenberg (adamvan) | Date: 2009年02月04日 20:17 | |
In the "Callback example 6: variable arguments" section of the optparse documentation, the example code has an extra ) at the end of the last line of the function: setattr(parser.values, option.dest, value)) |
|||
| msg81192 - (view) | Author: Georg Brandl (georg.brandl) * (Python committer) | Date: 2009年02月05日 10:31 | |
Thanks, fixed in r69288. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:45 | admin | set | github: 49403 |
| 2009年02月05日 10:31:07 | georg.brandl | set | status: open -> closed resolution: fixed messages: + msg81192 |
| 2009年02月04日 20:17:54 | adamvan | create | |