- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message77033
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.
| Author | georg.brandl |
|---|---|
| Recipients | georg.brandl, ohervieu |
| Date | 2008-12-05.15:37:52 |
| SpamBayes Score | 0.0031242985 |
| Marked as misclassified | No |
| Message-id | <1228491473.05.0.766409609989.issue4548@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
This is not a bug. By default, options in optparse take an argument -- therefore, the -y is taken as the argument to the -p option. Use e.g. add_option(..., action='store_true') to specify an option that doesn't take an argument. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-12-05 15:37:53 | georg.brandl | set | recipients: + georg.brandl, ohervieu |
| 2008-12-05 15:37:53 | georg.brandl | set | messageid: <1228491473.05.0.766409609989.issue4548@psf.upfronthosting.co.za> |
| 2008-12-05 15:37:52 | georg.brandl | link | issue4548 messages |
| 2008-12-05 15:37:52 | georg.brandl | create | |

