Message176177
Thanks, Ezio, for point.
> without the patch:
> $ ./python -a -z
> Unknown option: -a
> Unknown option: -z
> usage: ./python [option] ... [-c cmd | -m mod | file | -] [arg] ...
This behavior isn't correct. Try also "-E -a -z" and "-a -E -z" (also with 3.3.0).
However I found an error in the test in my patch (actually previous test for 2.7 was correct, but not full). Patch updated, new tests added. |
|
Date |
User |
Action |
Args |
2012-11-23 15:50:40 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, pitrou, ezio.melotti, skrah, hieu.nguyen, python-dev, tweksteen |
2012-11-23 15:50:40 | serhiy.storchaka | set | messageid: <1353685840.11.0.40223931391.issue16306@psf.upfronthosting.co.za> |
2012-11-23 15:50:40 | serhiy.storchaka | link | issue16306 messages |
2012-11-23 15:50:39 | serhiy.storchaka | create | |
|