◐ Shell
clean mode source ↗

Message 176177 - Python tracker

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.