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 serhiy.storchaka
Recipients ezio.melotti, hieu.nguyen, pitrou, python-dev, serhiy.storchaka, skrah, tweksteen
Date 2012-11-23.15:50:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1353685840.11.0.40223931391.issue16306@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-11-23 15:50:40serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, ezio.melotti, skrah, hieu.nguyen, python-dev, tweksteen
2012-11-23 15:50:40serhiy.storchakasetmessageid: <1353685840.11.0.40223931391.issue16306@psf.upfronthosting.co.za>
2012-11-23 15:50:40serhiy.storchakalinkissue16306 messages
2012-11-23 15:50:39serhiy.storchakacreate