Message 176175 - Python tracker
Message176175
| Author | ezio.melotti |
|---|---|
| Recipients | ezio.melotti, hieu.nguyen, pitrou, python-dev, serhiy.storchaka, skrah, tweksteen |
| Date | 2012-11-23.15:02:53 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1353682974.01.0.468329961099.issue16306@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The new patch doesn't seem to be correct: without the patch: $ ./python -a -z Unknown option: -a Unknown option: -z usage: ./python [option] ... [-c cmd | -m mod | file | -] [arg] ... with the patch: $ ./python -a -z Unknown option: -a usage: ./python [option] ... [-c cmd | -m mod | file | -] [arg] ... A test case for this should also be added. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2012-11-23 15:02:54 | ezio.melotti | set | recipients: + ezio.melotti, pitrou, skrah, hieu.nguyen, python-dev, serhiy.storchaka, tweksteen |
| 2012-11-23 15:02:54 | ezio.melotti | set | messageid: <1353682974.01.0.468329961099.issue16306@psf.upfronthosting.co.za> |
| 2012-11-23 15:02:54 | ezio.melotti | link | issue16306 messages |
| 2012-11-23 15:02:53 | ezio.melotti | create | |